You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 15, 2026. It is now read-only.
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.
When I try to deploy my lambda function with
lambda deploy_s3I receive the following error:I've installed the dependencies of my project trough a
requirements.txtfile with the commandpip install -r requirements.txt. The error doesn't arise if I uselambda deploy.