You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/05-deployment/39-aws-lambda.markdown
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,3 +111,11 @@ has support for both Python 2.7, 3.6 and 3.7.
111
111
112
112
*[How does language, memory and package size affect cold starts of AWS Lambda?](https://read.acloud.guru/does-coding-language-memory-or-package-size-affect-cold-starts-of-aws-lambda-a15e26d12c76)
113
113
investigates the performance implications of various Lambda settings.
114
+
115
+
*[Best Practices for AWS Lambda Timeouts](https://epsagon.com/blog/best-practices-for-aws-lambda-timeouts/)
116
+
explains some of the current hard upper limits on AWS timeouts, such
117
+
as 5 minutes for Lambdas, when explicitly set that high, as well as
118
+
29 seconds for API Gatway requests. There is also good advice on
119
+
how the circuit breaker pattern should be applied to your Lambdas
120
+
and ultimately why low time outs are likely the best way to go to
121
+
prevent your application from becoming entirely unresponsive.
0 commit comments