From e0fdbb2db463fc3c1ed320bda3c8fb15096efd5c Mon Sep 17 00:00:00 2001 From: skuba <34733141+seek-oss-ci@users.noreply.github.com> Date: Wed, 31 Jan 2024 23:22:26 +0000 Subject: [PATCH] Run `skuba format` --- .changeset/pretty-needles-hope.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/pretty-needles-hope.md b/.changeset/pretty-needles-hope.md index 311d4937e..ae3f02204 100644 --- a/.changeset/pretty-needles-hope.md +++ b/.changeset/pretty-needles-hope.md @@ -1,7 +1,7 @@ --- -"skuba": patch +'skuba': patch --- -template/lambda-sqs-worker*: Set [maximum conurrency](https://aws.amazon.com/blogs/compute/introducing-maximum-concurrency-of-aws-lambda-functions-when-using-amazon-sqs-as-an-event-source/) +template/lambda-sqs-worker\*: Set [maximum conurrency](https://aws.amazon.com/blogs/compute/introducing-maximum-concurrency-of-aws-lambda-functions-when-using-amazon-sqs-as-an-event-source/) This prevents messages from going directly to the DLQ when the function reaches it's reserved conurrency limit.