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

New Serverless Pattern - cdk s3 lambda sns python #2161

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

pdineshbalaaji
Copy link
Contributor

Issue #, if available:

Description of changes:

This pattern creates a Amazon S3 bucket, a Lambda function, and an Amazon SNS topic. The Lambda function is triggered by S3 'OBJECT_CREATED' events. The Lambda function can optionally apply business logic to the S3 object. After processing, the Lambda function publishes an SNS notification of the new object.

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

@pdineshbalaaji pdineshbalaaji changed the title cdk s3 lambda sns python New pattern submission cdk s3 lambda sns python Mar 7, 2024
@pdineshbalaaji pdineshbalaaji changed the title New pattern submission cdk s3 lambda sns python New Serverless Pattern - cdk s3 lambda sns python Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants