View SourceRelease Notes
Simple Notification Service (SNS) Topic to Simple Queuing Service (SQS) Connection Module
This module makes it easy to subscribe a SQS to a SNS topic after both have been successfully created.
Reference
- Inputs
- Outputs
Required
sns_topic_arn
stringThe arn of the topic to subscribe to.
sqs_arn
stringThe queue arn for the Simple Queue Service (SQS).
sqs_queue_url
stringThe queue URL for the Simple Queue Service (SQS).