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?

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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ