aws-samples / serverless-patterns

Serverless patterns. Learn more at the website: https://serverlessland.com/patterns.
https://serverlessland.com
Other
1.58k stars 924 forks source link

New pattern submission: SNS to SQS with Terraform #548

Closed claque2000 closed 2 years ago

claque2000 commented 2 years ago

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

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:

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

Description:

This sample project demonstrates how to use a SQS queue to receive messages published on a SNS topic. This pattern creates the following resources: SNS topic, SQS queue, SNS topic subscription with SQS protocol, SQS queue resource policy for SNS to push messages. This pattern can combined with any pattern using SQS as source to build the infrastructure answering the desired goal, for example SQS to Lambda pattern.

Resources:

Framework:

Terraform

Author

Name: Nicolas Diez LinkedIn: https://linkedin.com/in/nicolasdiez/ Twitter: https://twitter.com/claque2000 Description: AWS Proserve Consultant

GitHub PR for template: #547

jbesw commented 2 years ago

Thanks for the submission! This is now live at: https://serverlessland.com/patterns/sns-sqs-terraform