📜  任务在 3.00 秒后超时 aws lambda python 代码示例

📅  最后修改于: 2022-03-11 14:46:28.882000             🧑  作者: Mango

代码示例1
The default value for timeout in Lambda is 3 seconds = 3000 microseconds.
Go to Advanced settings and add 5 min. 
This could be the only issue, if the timeout happens exactly at 3 seconds.
All other errors would take something more or less than that.