Amazon Kinesis
This quickstart describes how to create an Amazon Kinesis connection.
Create a connection to Amazon Kinesis
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.
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
Last updated