DEV Community

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

Posted on

4 5

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)

The Most Contextual AI Development Assistant

Pieces.app image

Our centralized storage agent works on-device, unifying various developer tools to proactively capture and enrich useful materials, streamline collaboration, and solve complex problems through a contextual understanding of your unique workflow.

👥 Ideal for solo developers, teams, and cross-company projects

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay