繁体   English   中英

从已经有消息的 SQS 触发 AWS lambda function

[英]trigger AWS lambda function from SQS that already has messages in it

If I set a trigger for lambda function from SQS that already has messages in it, will the existing messages trigger the lambda function? 或者只有新到达的消息会触发它? If the old messages won't trigger the lambda function automatically, is there a manual way that will still trigger the lambda function to read the old messages?

编辑:经过测试,答案是肯定的。 现有消息确实会触发 lambda function。

经过测试,答案是肯定的。 现有消息确实会触发 lambda function。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM