-
Notifications
You must be signed in to change notification settings - Fork 569
Closed
Description
Implementations: Spring Boot / AWS Lambda Function/API Gateway
Expected behavior
Should process the requests and give response in 30 seconds when lambda is invoked from API Gateway
Actual behavior
Timeout Error for the first call made from API Gateway and gives response for the calls after
How to avoid timeout error on API Gateway and bring response in <10 seconds when using java framework ? To match time frame of API Gateway, I have increased memory_size of my lambda function to 1472 MB, out of which only 368 MB is used when executed.
@sapessi Could you please give some input on this