Writing CSV data to a DynamoDB table

The following example illustrates the usage of the DynamoDB Bulk Write Snap. In this pipeline, we read table data using the File Reader Snap and write the data to the table Exampletable using the Dynamo Bulk Write Snap.


DynamoDB Bulk Write pipeline example

The following images show the CSV input data passed from the File Reader Snap:


File Reader configuration


CSV input data preview

The Mapper Snap maps the object record details that need to be updated in the input view of the DynamoDB Bulk Write Snap:


Mapper configuration

The data is loaded to the DynamoDB table Exampletable.


DynamoDB Bulk Write Snap configuration

Successful execution of the above Snap gives the following data preview:


Output data preview