You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rate or cron expression to trigger the Cloudwatch Event
string
null
yes
tags
The tags to add to all generated resources
map(string)
{}
no
sqs_retry_count
The number of receive attempts before SQS will forward the message to a Dead Letter Queue
number
3
no
sqs_visibility_timeout_seconds
The visibility timeout for the queue. If this message is consumed by a Lambda function, this number should be 4 times bigger than the Lambda timeout duration.
number
30
no
Outputs
Name
Description
sqs_arn
The ARN of the generated SQS queue
queue_url
The URL for the generated SQS queue
sqs_dlq_arn
The ARN of the generated SQS DLQ queue
About
⏱ Terraform module to provision an AWS Cloudwatch Event which posts directly to an AWS SQS queue.