humanmade / tachyon

Faster than light image resizing service that runs on AWS. Super simple to set up, highly available and very performant.

Home Page:https://engineering.hmn.md/projects/tachyon/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make API Gateway timeout match Lambda Timeout

joehoyle opened this issue · comments

Currently the API Gateway timeout for the Lambda response is 29s, but the Lambda function timeout is 60s. If any requests take more than 29s, the client won't ever get the image. Also, is an image takes > 29s but less than 60s, the Lambda logs won't show any errors.

In #162 we're removing CloudFormation and specific uses of API Gateway