Read data from a DynamoDB database and store it in an S3 bucket.
Read the specified attributes from records and store it in JSON format in files on S3.
Variables
AWS Access Keys to use to access the DynamoDB database.
Name of the DynamoDB table where the data exists.
Date and time where the download should begin. Only data created or updated after this date will be downloaded. This field will automatically be updated after each download file is created.
Item attribute that holds a datetime value and can be used with Next Run Start Point to identify new items to process.
List of item attributes to download. Multiple attributes should be separated by commas. Attributes with the same name as a reserved word should be specified using a substitute word that begins with an octothorpe.
Key Value JSON dictionary used to replace substitute words in the Projection Expression field with reserved words that can't be specified directly.
Select the AWS Access Keys to use to access the S3 bucket where the data will be stored.
Select the Shared Config that contains information about the S3 Bucket where the data will be stored.
Path from the starting folder in the S3 Bucket Configuration to the folder where the data will be stored.
Add an attribute in each item recording the datetime (in UTC format) when it was downloaded.
Enable to allow an existing file with the same name in the Target Folder to be overwritten.
Read the specified attributes from a Dynamo DB stream and store it in JSON format in files on S3.
Variables
AWS Access Keys to use to access the DynamoDB database.
Name of the table with the data to download.
Amazon Resource Name for the stream with the data to download.
Next run starting point for each shard. Stored as a key and value JSON dictionary.
Select the AWS Access Keys to use to access the S3 bucket where the data will be stored.
Select the Shared Config that contains information about the S3 Bucket where the data will be stored.
Path from the starting folder in the S3 Bucket Configuration to the folder where the data will be stored.
Specify the number of rows worth of data that each downloaded file should contain.
Include metadata in the data downloaded.
Add an attribute in each item recording the datetime (in UTC format) when it was downloaded.
Enable to allow an existing file with the same name in the Target Folder to be overwritten.