From 24293fcafe4ac6dcb8a70b8ef46cf44ee65786ed Mon Sep 17 00:00:00 2001 From: Ben Bridts Date: Mon, 12 Dec 2016 14:31:33 +0100 Subject: [PATCH 1/2] Add gotcha about Lambda DLQ regional availability This limitation isn't mentioned in the official docs. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7055be6..874da6b 100644 --- a/README.md +++ b/README.md @@ -1239,6 +1239,7 @@ Lambda - 🔸Managing lots of Lambda functions is a workflow challenge, and tooling to manage Lambda deployments is still immature. - 🔸AWS’ official workflow around managing function [versioning and aliases](https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html) is painful. - ❗📜 Currently [as of October, 2016](https://github.com/open-guides/og-aws/pull/199/files/c99bddb4ee2437587f1e188d47be2bb1da01f81d#r83529126) Lambda functions can sometimes stop working for 2-3 minutes for failure recovery purposes according to a support ticket answer from Lambda development team. They are working to prevent this in the future. +- 🔸 At the time of writing (12 December 2016) Death Letter Queues are only available in the Ohio (us-east-2) region. ### Lambda Code Samples From 8ec2310ea096b1606ac000df35f037fc581a49cf Mon Sep 17 00:00:00 2001 From: Ben Bridts Date: Tue, 13 Dec 2016 10:57:26 +0100 Subject: [PATCH 2/2] Write 'dead' the right way --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 874da6b..fbcb8ac 100644 --- a/README.md +++ b/README.md @@ -1239,7 +1239,7 @@ Lambda - 🔸Managing lots of Lambda functions is a workflow challenge, and tooling to manage Lambda deployments is still immature. - 🔸AWS’ official workflow around managing function [versioning and aliases](https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html) is painful. - ❗📜 Currently [as of October, 2016](https://github.com/open-guides/og-aws/pull/199/files/c99bddb4ee2437587f1e188d47be2bb1da01f81d#r83529126) Lambda functions can sometimes stop working for 2-3 minutes for failure recovery purposes according to a support ticket answer from Lambda development team. They are working to prevent this in the future. -- 🔸 At the time of writing (12 December 2016) Death Letter Queues are only available in the Ohio (us-east-2) region. +- 🔸 At the time of writing (12 December 2016) Dead Letter Queues are only available in the Ohio (us-east-2) region. ### Lambda Code Samples