AWS lambda无服务器`schedule`事件创建错误:LimitExceededException
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了AWS lambda无服务器`schedule`事件创建错误:LimitExceededException相关的知识,希望对你有一定的参考价值。
我在尝试sls deploy
与schedule
事件的函数时遇到以下错误:
An error occurred: SupWorldEventsRuleSchedule1 - The requested
resource exceeds the maximum number allowed. (Service:
AmazonCloudWatchEvents; Status Code: 400; Error Code:
LimitExceededException; Request ID: f39cee40-a651-11e8-a111-97a9e3d0f938).
配置:
functions:
supWorld:
handler: dist/handlers/index.helloWorld
events:
- schedule:
rate: cron(*/10 * * * ? *)
enabled: true
这个错误的一个奇怪的方面是没有与这个lambda堆栈相关的其他schedule
事件。
答案
您的帐户中已有多少Cloudwatch规则?默认情况下,您只能拥有100:https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/cloudwatch_limits_cwe.html
如果由于您已达到帐户限制,我不得不猜测错误正在发生
以上是关于AWS lambda无服务器`schedule`事件创建错误:LimitExceededException的主要内容,如果未能解决你的问题,请参考以下文章
使用无服务器和 chrome-aws-lambda 节点包在 AWS Lambda 上找不到 Chrome 二进制文件
无服务器/AWS-Lambda 设置的 graphiql UI 损坏