python-lambda
python-lambda copied to clipboard
Error when using 'lambda deploy_s3': Unexpected keyword argument 'use_requirements'
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
.
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.