aws-toolkit-eclipse icon indicating copy to clipboard operation
aws-toolkit-eclipse copied to clipboard

Upload Function to AWS Lambda Dialog Box Timeout limit is still 300 seconds

Open zhangzhx opened this issue 5 years ago • 1 comments

The function timeout has been updated to 900s (15mins). Toolkit needs to be updated.

https://docs.aws.amazon.com/lambda/latest/dg/limits.html

zhangzhx avatar Jan 24 '19 23:01 zhangzhx

I've also encountered this problem where lambda functions on AWS can now run for 900 seconds but AWS Toolkit is restricting this to max 300 seconds (i.e. Right-click in code window > AWS Lambda > Upload Function to AWS Lambda > Function Configuration tab > Advanced Settings).

For lambda functions being used to perform asynchronous batch processing that takes longer than 300 seconds, this is a real issue.

@zhangzhx I believe the 'feature-request' label on this issue is incorrect. Can you please change this to a 'bug', which I think is a more suitable label? The feature already exists but the issue is that the functionality is not meeting requirements (matching the AWS 900 second max timeout limit). This may also help the the issue to be addressed sooner given the fix should be a minor change. Thanks.

st-sc-github avatar Jun 17 '19 09:06 st-sc-github