Skip to content

Releases: spanio/terraform-aws-cloudwatch-event-sqs

v1.2

18 Feb 18:22
dc031a1
Compare
Choose a tag to compare

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

19 Mar 21:20
cb63960
Compare
Choose a tag to compare

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

19 Mar 20:56
b700e9b
Compare
Choose a tag to compare

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)