Releases: spanio/terraform-aws-cloudwatch-event-sqs
Releases · spanio/terraform-aws-cloudwatch-event-sqs
v1.2
v1.2 - Expose queue url
This release exposes the underlying aws_sqs_queue
resource url
attribute as an output. This allows Lambda functions triggered by this module to schedule executions by sending messages to their "own" queue.
v1.1
v1.1 - Configurable queue visibility
This release adds the ability to configure the default visibility. This feature is essential for queues which trigger a Lambda function.
Initial Release
This release defines a module which creates an SQS queue (with dead letter queue) that can be triggered directly from a Cloudwatch Event (e.g. a cron-based event)