Skip to content

Commit afb272d

Browse files
committed
new aws lambda resource
1 parent b0402e3 commit afb272d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/pages/05-deployment/39-aws-lambda.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,11 @@ has support for both Python 2.7, 3.6 and 3.7.
111111

112112
* [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)
113113
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

Comments
 (0)