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

S3 Support #23

Closed
sebastianmacias opened this issue Dec 16, 2016 · 6 comments
Closed

S3 Support #23

sebastianmacias opened this issue Dec 16, 2016 · 6 comments

Comments

@sebastianmacias
Copy link

I'm getting an error when trying to deploy:

botocore.exceptions.ClientError: An error occurred (RequestEntityTooLargeException) when calling the UpdateFunctionCode operation: Request must be smaller than 69905067 bytes for the UpdateFunctionCode operation

It could be avoided by uploading the lambda function code first to S3 and then deploying it to lambda from there.

Do you plan to support this?

Tnx

@jmeekhof
Copy link
Collaborator

jmeekhof commented Jun 3, 2017

It's worth considering...

@kilna
Copy link

kilna commented Sep 3, 2017

My build + deploy process needs to go through S3 as well, this would be super useful

@slapula
Copy link
Contributor

slapula commented Sep 6, 2017

Wow, totally missed this issue. @kilna I'm working on deploying to S3. Hopefully, it will be ready in a couple weeks.

@slapula
Copy link
Contributor

slapula commented Sep 6, 2017

#63 may be of interest here until S3 deployment is ready.

@nficano
Copy link
Owner

nficano commented Sep 18, 2017

released!

@nficano nficano closed this as completed Sep 18, 2017
@slapula
Copy link
Contributor

slapula commented Sep 25, 2017

I have an S3 deployment PR ready to submit (which should directly satisfy the requestor's need here). Expect to see it on Oct 1st.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants