Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increase aws_lambda_function timeout #10116

Merged

Conversation

jeremy-asher
Copy link
Contributor

I have been experiencing occasional timeouts creating a Lambda function on a good connection and consistent timeouts on slower ones with a 23 meg zip payload. Based on testing on slow wifi I see the request taking 90-150 seconds. This increases the timeout to a more reasonable 10 minutes.

Since the Lambda CreateFunction call may include an up to 50MB payload,
the request can easily take more than a minute.  This increases the
timeout to 10 minutes.
@stack72
Copy link
Contributor

stack72 commented Nov 15, 2016

Hi @jeremy-asher

Thanks for the work here - this LGTM!

Paul

@stack72 stack72 merged commit 9f86127 into hashicorp:master Nov 15, 2016
@ghost
Copy link

ghost commented Apr 20, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@hashicorp hashicorp locked and limited conversation to collaborators Apr 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants