1
0
Fork 0
mirror of https://github.com/nickpoida/og-aws.git synced 2025-03-09 15:40:06 +00:00

Add gotcha about Lambda DLQ regional availability

This limitation isn't mentioned in the official docs.
This commit is contained in:
Ben Bridts 2016-12-12 14:31:33 +01:00 committed by GitHub
parent 7c9c0a699f
commit 24293fcafe

View file

@ -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