cagataygurturk / lambadaframework

Build serverless REST API's with JAVA. It implements the JAX-RS API and deploys your application easily to AWS Lambda and API Gateway
MIT License
244 stars 48 forks source link

where to configure timeout settings? #51

Closed refacktor closed 6 years ago

refacktor commented 6 years ago

This is a documentation issue/question.

API Gateway has a default time-out of 29 seconds while Lambda has a default time-out of 30 seconds.

How can I configure both of these through Lambada to a different value?

I'd like to configure through Lambada (configuration as code) instead of directly changing it in AWS Console.

cagataygurturk commented 6 years ago

There is a lambdaMaximumExecutionTime configuration value you can check out at documentation file.