In this video I will walk you through, then deploy and demo "The EventBridge ETL" pattern from cdkpatterns.com
This pattern uses AWS CDK to deploy a pipeline for taking a CSV file that is uploaded to S3, extracting the contents through AWS Fargate, transforming the records using Lambda and inserting them all into DynamoDB. All orchestration and process flow is done through EventBridge
GitHub Repo
https://github.com/cdk-patterns/serverless/tree/master/the-eventbridge-etl
To Clone Now:
npx cdkp init the-eventbridge-etl
Download
0 formats
No download links available.
Deconstructing "The EventBridge ETL" AWS Serverless Architecture Pattern | NatokHD