Home > Software engineering >  AWS lambda task timeout after 3 seconds
AWS lambda task timeout after 3 seconds

Time:03-15

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.

CodePudding user response:

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

  • Related