DEV Community

Cover image for S3 CSV File to DynamoDB using EventBridge, AWS Lambda, Fargate and SQS
Matt Coulter
Matt Coulter

Posted on

S3 CSV File to DynamoDB using EventBridge, AWS Lambda, Fargate and SQS

Setup a pipeline to take a csv file and transform it, then insert all the records into dynamodb using a fully serverless stack!

Alt Text

Just run the following command to get the code:

npx cdkp init the-eventbridge-etl

Then cd into the folder and if you have your aws local creds setup you can just run:

npm run deploy

Don’t fancy cloning the repo but want to read more?

https://github.com/cdk-patterns/serverless/blob/master/the-eventbridge-etl/README.md

Top comments (0)