DynamoDB Transfer workflow

Transfers records from one table to another with transformation options

This workflow iterates through each record in the source database and transfers it to the target database. The workflow manages the pagination to ensure the entire database is handled. Currently it pulls records in groups of 50. The transfer moficiation logic is handled in the `src/app.py` Lambda function. Update this function to make any modifications you need.

Launch Stack
< Back to all workflows

GitHub icon View this workflow on GitHub


Clone repo

git clone https://github.com/aws-samples/step-functions-workflows-collection/tree/main/dynamodb-transfer/cd step-functions-workflows-collection/dynamodb-transfer

Deploy

sam deploy --guided


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

1. Delete the stack: sam delete.

Created by:

Eric Johnson

Eric Johnson

Eric Johnson is a Principal Developer Advocate for Serverless Applications at Amazon Web Services and is based in Northern Colorado. Eric is a fanatic about serverless and enjoys helping developers understand how serverless technologies introduces a major paradigm shift in how they approach building and running applications at massive scale with minimal administration overhead. Prior to this, Eric has worked as a developer, solutions architect and AWS Evangelist for an AWS partner company.

Follow on LinkedIn