Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shankey28 feature cdk s3 sqs lambda dynamodb #1457

Conversation

shankey28
Copy link
Contributor

This pattern provides a simple serverless workflow to process data in a csv file and store in DynamoDB table.

The pattern creates an s3 bucket, an s3 object create event listener a sqs queue that receives messages from the s3 object created event. Lambda polls the sqs queue and process data from the csv file and stores in the DynamoDB table.

Steps to deploy and validate the pattern along with sample data are listed in the Readme file.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@github-actions
Copy link

github-actions bot commented Jul 4, 2023

@shankey28 looks like you are missing the example-pattern.json file in your pattern.

You can find the example-pattern template here.

The file is used on ServerlessLand and is required. Once the file is added we can review the pattern.

@julianwood
Copy link
Contributor

looks like you are missing the example-pattern.json file in your pattern.

You can find the example-pattern template here.

The file is used on ServerlessLand and is required. Once the file is added we can review the pattern.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants