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?

posta 2 anni fa246 visualizzazioni
1 Risposta
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
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande