What's Changed
- CCM-15212: add sqs into eventpub module by @mark-r-bjss in #196
Major bump. The eventpub lambda has changed to process SQS events rather than SNS events and an SQS queue has been introduced between the topic and lambda. This allows the lambda to batch process events increasing throughput.
After incrementing the eventpub module you should manage the release to ensure that there are no unprocessed SNS events at the time of release.
New Contributors
- @mark-r-bjss made their first contribution in #196
Full Changelog: 3.1.6...4.0.0