AWS: lambda trigger is disabled

Sometimes a lambda trigger for example on an SQS queue gets disabled. This can happen for a variety of reasons, e.g.:

  • there is a misconfiguration in the policy
  • the lambda execution fails repeatedly
  • the lambda ARN is misspelled

Though the problem is localised and fixed, the trigger is not automatically enabled. The trigger needs to be enabled manually.

The steps below illustrate enabling lambda trigger on an SQS queue:

  1. Go to AWS console, select SQS…

--

--