I just trying to test my DLQ for Lambda and I do not undesrtand why messages does not put on it. My code just doing 1 thing throw new Exception("Test");
.
The first mistake was understandable, I was trying to do this synchronously using button Test
. After that I setup Kinesis
and started sending message on it but nothing changed.On monitoring page on CloudWatch metrics
I saw that there were several errors in Errors, Availability
but there were no errors in DeadLetterErrors
.
As for DLQ which was created this is just simple standard queue with no changes in configuration.
Thanks in advance for your help