-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
invoke local docker does not include dependencies added by plugins #5947
Labels
Comments
Possible solution: Update
|
endeepak
added a commit
to endeepak/serverless
that referenced
this issue
Mar 29, 2019
…ndencies by using packaged artifact
7 tasks
endeepak
added a commit
to endeepak/serverless
that referenced
this issue
Apr 2, 2019
endeepak
added a commit
to endeepak/serverless
that referenced
this issue
Apr 4, 2019
pmuens
added a commit
that referenced
this issue
Apr 9, 2019
…e_dependency #5947: Ensure invoke local docker runs lambda with the dependencies
killev
added a commit
to killev/serverless
that referenced
this issue
Apr 17, 2019
* commit '10b7d722502d65b0f628d3f23929f0a450ec6cbd': (132 commits) updated newsletter link in readme add enterprise link to readme Add support for multiple usage plans Update quick-start.md Update quick-start.md Fix tests Update docs Add check for breaking changes Remove custom stack error messages add layers to gblobal sls yaml examle indocs Update other Node.js-based templates Make JSON.stringify easy on the eyes Add strict mode declarative Updating Node.js runtime version Allow specifying a retention policy for lambda layers Add custom error message when X-Ray tracing deployments fail Update docs with note about CloudFormation limitations serverless#5947: Handle creation of files under subfolder name starting with dot eslint: Mark as root config Lint fixes ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a Bug Report
Description
This issue happens when using plugin
serverless-python-requirements
to ensure dependencies defined inrequirements.txt
are included in the lambda packageWhat went wrong?
sls invoke local --docker
doesn't include the dependencies and the lambda fails to import the dependenciesWhat did you expect should have happened?
sls invoke local --docker
should add the dependencies added by plugin to docker container so that lambda can import them successfullyWhat was the config you used?
serverless.yml
handler.py
Similar or dependent issues:
Additional Data
The text was updated successfully, but these errors were encountered: