AWS Lambda – use the invocation context to better handle slow HTTP responses
With API Gateway and Lambda, you’re forced to use relatively short timeouts on the server-side: API Gateway have a 30s max timeout on all integration points Serverless framework uses a default of 6s for AWS Lambda functions However, as you have limited influence over a Lambda function’s cold start time and have no control over the amount of …
AWS Lambda – use the invocation context to better handle slow HTTP responses Read More »