简体   繁体   English

Lambda 上的 S3 触发器在今天早上之前工作了

[英]S3 trigger on Lambda worked before this morning not anymore

I have a lambda function that gets trigger by any objects ending with .csv (using the suffix) that is created in a s3 bucket.我有一个 lambda function,它会被在 s3 存储桶中创建的以.csv (使用后缀)结尾的任何对象触发。

This was working fine until about 5hrs ago when the trigger simply stopped working.直到大约 5 小时前触发器停止工作时,它才正常工作。 I did not change anything on the configuration.我没有更改配置上的任何内容。

I tried removing the trigger and adding again, but the function just won't trigger.我尝试删除触发器并再次添加,但 function 只是不会触发。 Is it possible I reached a limit or something?我有可能达到极限吗? or something isn't working anymore in s3/lambda?或者在 s3/lambda 中有什么东西不再起作用了?

Did you deployed it as a code?您是否将其部署为代码? can you redeploy it?你能重新部署它吗? Was it with Cloud formation stacks?是云阵堆栈吗? What are the stacks showing?堆栈显示什么?

If you work with AWS web ui, go to the lambda and check under "triggers" is there something?如果你使用 AWS web ui,go 到 lambda 并检查“触发器”下是否有东西?

In s3 bucket, under Properties and "event notification" is there your lambda?在 s3 存储桶中,在属性和“事件通知”下是否有您的 lambda?

Check the logs if lambda was triggered, but had errors.如果触发了 lambda 但有错误,请检查日志。

There still could be some security group problems, but this is where I would start.仍然可能存在一些安全组问题,但这是我要开始的地方。 GL ! GL!

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

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