python-lambda icon indicating copy to clipboard operation
python-lambda copied to clipboard

Error when using 'lambda deploy_s3': Unexpected keyword argument 'use_requirements'

Open franciscohanna92 opened this issue 7 years ago • 1 comments

When I try to deploy my lambda function with lambda deploy_s3 I receive the following error:

TypeError: deploy_s3() got an unexpected keyword argument 'use_requirements'

I've installed the dependencies of my project trough a requirements.txt file with the command pip install -r requirements.txt. The error doesn't arise if I use lambda deploy.

franciscohanna92 avatar Jan 06 '18 03:01 franciscohanna92

I've closed because I thought that this was solve by #85 but it missed deploy_s3 function correction so I reopen this issue. I'm submiting a new PR correcting this.

franciscohanna92 avatar Jan 06 '18 04:01 franciscohanna92