we all love serverless especially when it comes to aws lambda functions. there are good reasons to do so for event-driven, decoupling, automation and many other reasons that time aws lambda was...
aws lambda 函数在与触发其的同一服务交互时,可能导致无限循环,增加费用和系统风险。aws 更新了 lambda 的循环检测功能,现支持 s3。通过设置触发器和权限,可避免此问题。检测到循环时,lambda 会自动停止调用,解决方法包括设置并发为零或移除触发器。此更新有助于节省成本并提高稳定性。