Amazon Kinesis
This quickstart describes how to create an Amazon Kinesis connection.
Last updated
This quickstart describes how to create an Amazon Kinesis connection.
Last updated
To ingest data from your Amazon Kinesis stream using Upsolver, you must first create a connection that provides the appropriate credentials to access your topic.
Your connection is persistent, so you won't need to re-create it for every job. The connection is also shared with other users in your organization.
Here’s the code for creating a connection to Amazon Kinesis:
To break down exactly what’s happening, let’s go through the code. In the following line, you create an connection named my_kinesis_connection:
Next, you identify your role within your organization's framework on AWS. Please refer to this page for more information on AWS roles.
For future reference, your AWS_ROLE
can be copied from your .
Set the AWS region you want to use:
After you complete this step, you should see the my_kinesis_connection connection in your navigation tree.
Learn More
Please see the SQL command reference for for the full list of connection options, and examples.