Lambda Trigger "Service Error"

0

Hi all, I have several Lambda functions running that get triggered by a self managed Apache Kafka broker. Some of them are only needed occasionally and therefore the event source is disabled by default and will be activated manually from time to time. Starting a few days ago, I cannot edit (and activate) the trigger anymore failing with error message "Service Error" when saving. No additional information is provided besides that message. Has anybody a similar problem or even had solved it?

已提问 2 年前232 查看次数
1 回答
0

It sounds like a problem with the underlying Lambda service, so it is not much you can do. Stuff like this is quite rare, but it happens and will resolve itself when AWS finds the issue.

However, it can also be a bad error message for another issue, so try the following:

  • Doing it via the CLI or SDK. It would be an issue with the console.
  • Give yourself a lot of access (ex lambda:*) to verify that it's not access related. Sometimes AccessDenied can give weird errors, and a new version of the console, CLI or SDK can have added new APIs (like describe actions).
  • Open a support ticket.
  • Make sure you are not hitting any limitations (support can help with this).

I hope it helps!

//Carl

profile picture
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则