-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
400 Client Error: Bad Request ("OCI runtime create failed... #1251
Comments
For some reason, changing runtime passed to sam init from |
Looks like this was fixed in a recent release, so closing. Feel free to reopen if you have this issue with the latest SAM CLI release. |
I'm still having this issue with |
I don't know why but changing my runtime from python3.6 to python3.8 fixed it.... |
@awood45 @danielclariondoor @dyllandry @sanathkr @mndeveci Description :->I am using AWS SAM Template and Docker Desktop to test Aws lambda locally. Steps to reproduce:->When running through webstrom SAM build is successful but Locally SAM is failing. Observer Result:i)
|
Description
I am just following the serverless quick start tutorial. I've installed Docker already (Docker version 18.09.2, build 6247962).
Steps to reproduce
sam init -r nodejs -d npm
sam local invoke HelloWorldFunction --event event.json
Observed result
Expected result
I expected the lambda function to run locally and successfully.
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
sam --version
: SAM CLI, version 0.17.0The text was updated successfully, but these errors were encountered: