shekar sb
shekar sb

Reputation: 53

AWS lambda task timeout after 3 seconds

i am trying to execute my lambda function in AWS, its giving me timeout error even though my code is correct. any help is appreciated.

Upvotes: 4

Views: 3450

Answers (1)

Monika K V
Monika K V

Reputation: 86

please try to increase timeout to desired time in AWS lambda configuration setting.

Upvotes: 7

Related Questions