Lambda不会在dlq中放入消息 [英] Lambda does not put message in dlq

查看:162
本文介绍了Lambda不会在dlq中放入消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我只是想测试Lambda的DLQ,我并没有说明为什么消息没有出现在其中.我的代码只做1件事throw new Exception("Test");.

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");.

第一个错误是可以理解的,我试图使用按钮Test同步执行此操作.之后,我设置了Kinesis并开始在其上发送消息,但是没有任何变化.在CloudWatch metrics的监视页面上,我看到Errors, Availability中有一些错误,但是DeadLetterErrors中没有任何错误.

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.

对于创建的DLQ,这只是简单的标准队列,而无需更改配置.

As for DLQ which was created this is just simple standard queue with no changes in configuration.

预先感谢您的帮助

推荐答案

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆