How to deal with AWS Lambda ErrorMessage : “ Task timed out after 3.08 seconds”?

Gal Hever
Jan 12, 2024

Did you try to build a new lambda function but suddenly got this error message?

This means that you need to extend the lambda processing time.

Let’s change the configurations!

Go to Configuration tab and press on Edit (the small button on the right).

In the next page you’ll need to change the Timeout and press save.

Now, you can re-run the lambda function successfully;)

--

--