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

Add example to demonstrate S3 file upload triggering SNS, which invok… #1098

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

Conversation

kenyipp
Copy link

@kenyipp kenyipp commented Nov 14, 2024

…es Lambda based on prefix

Added an example demonstrating the integration of AWS S3, SNS, and Lambda using AWS CDK. This example showcases how to trigger Lambda functions based on file prefixes uploaded to an S3 bucket, leveraging SNS notifications with a filter policy to route events to the appropriate Lambda function.

This change provides a clear, reusable pattern for building event-driven serverless architectures with AWS services.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

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.

2 participants