Skip to content

Conversation

@frnsys
Copy link
Contributor

@frnsys frnsys commented Feb 7, 2018

When using deploy_s3, the update_function and create_function functions take use_s3 as *args and s3_file as **kwargs, which causes the s3_file to be empty and use_s3 to equal (True, <s3_file>), which then causes the deployment to fail because the S3Key value submitted to AWS is just {}.

This PR fixes it so that those arguments are properly passed and deployment goes through.

@javamonkey79 javamonkey79 merged commit a1b4895 into nficano:master Feb 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants