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 - lambda-esm-kinesis-filters-terraform #1625

Conversation

nareshrajaram2017
Copy link
Contributor

Issue #, if available:

Description of changes:

This pattern demonstrates the ability to filter Amazon Kinesis events so that only a subset of all events is sent to an AWS Lambda function for processing. Demo stack will create a single Amazon Kinesis Data Stream (kinesis_stream_lambda_esm) and two AWS Lambda functions (esm_lambda_with_filter and esm_lambda_with_no_filter), one with specific filter criteria and one without any filtering criterias, that are subscribed to that stream using different filter configurations.

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

@mavi888 mavi888 merged commit e4609ce into aws-samples:main Sep 4, 2023
2 checks passed
@mavi888
Copy link
Contributor

mavi888 commented Sep 5, 2023

Thanks for submitting your pattern.
Now this pattern is public in Serverless land
https://serverlessland.com/patterns/lambda-esm-kinesis-filters-terraform

You can share your pattern using this link :)

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