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 - IoT rule to SNS topic to SQS queue (Terraform) #1448

Closed
MakendranG opened this issue Jul 1, 2023 · 0 comments
Closed
Assignees

Comments

@MakendranG
Copy link
Contributor

Description: This pattern contains a sample AWS CFN stack to create an IoT Rule with a SNS action, a SNS Topic and a SQS standard Queue subscribed to the SNS topic.

When a message is published to the IoT topic defined in the IoT Rule, this message will be published to the SNS topic and finally the message will be delivered to the SQS queue subscribed to the SNS topic
Resources:
https://docs.aws.amazon.com/iot/latest/developerguide/sns-rule-action.html
https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-configure-subscribe-queue-sns-topic.html
Framework: CloudFormation
Author Bio: Cloud Support Engineer in DMI https://github.com/aws - LinkedIn: https://www.linkedin.com/in/makendran/ - Name - Makendran G

GitHub PR for template: #1447

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

No branches or pull requests

2 participants