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.