Skip to content
New issue

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

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

Already on GitHub? # to your account

New serverless pattern - Amazon SNS to Amazon Kinesis Data Firehose (Terraform) #1893

Closed
MakendranG opened this issue Nov 20, 2023 · 0 comments
Assignees

Comments

@MakendranG
Copy link
Contributor

To submit a template to the Serverless Patterns Collection, submit an issue with the following information.

IMPORTANT
Patterns are intended to be primarily IaC-focused implementations of 2-4 AWS services, with minimum custom code. They should be commonly used combinations that help developers get started quickly. If you have a utility, demo, or application, submit these to the Serverless Repos Collection instead.

Patterns may take up to 4-6 weeks to review, test, and merge but there is no SLA and can take significantly longer due to other work the team has.

To learn more about submitting a pattern, read the publishing guidelines page.

  1. Use the model template located at https://github.com/aws-samples/serverless-patterns/tree/main/_pattern-model to set up a README, template and any associated code.

  2. THIS PROCESS HAS BEEN SIMPLIFIED. All the information below must be provided in the "example-pattern.json" file cloned from the model **

Note the following information for the model:

  • Description (intro.text) should be a 300-500 word explanation of how the pattern works.

This template creates an SNS Topic, Kinesis Firehose Delivery Stream, S3 bucket, and subscribed the Kinesis Firehose Delivery Stream to the SNS Topic. As messages are published to the topic, they are streamed to the Firehose Delivery Stream, and then delivered the the Firehose Delivery Stream's destinations, which in this case is an S3 bucket.

  • Resources should like to AWS documentation and AWS blogs related to the post (1-5 maximum).

https://docs.amazonaws.cn/en_us/sns/latest/dg/sns-firehose-as-subscriber.html
https://aws.amazon.com/blogs/compute/introducing-message-archiving-and-analytics-for-amazon-sns/

  • Author bio may include a LinkedIn and/or Twitter reference and a 1-sentence bio.

Cloud Support Engineer @ AWS - LinkedIn: https://www.linkedin.com/in/makendran/ - Name - Makendran G

You must ensure that the sections of the model README.md are completed in full.

GitHub PR for template:

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants