-
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
Error building Dockerized AWS Lambda Function #6478
Comments
Hi @ilfoxo, thanks for raising the issue. This is what I got when I ran
Is |
Closing this since the issue has been inactive for a while. Feel free to open a new issue with more details if you are still facing issues or have questions. |
|
I'm trying to create a Dockerized Lambda function, but when i try to build the template Im getting this error:
The container is created, but not executed:
When I try to run the container from docker and check the log, this is the output:
Error response from daemon: configured logging driver does not support reading
In the attached file:
template.yaml
Dockerfile
app.py
requirements.txt
function-dockers.zip
SAM Version:
SAM CLI, version 1.105.0
OS:
Windows 10
Amazon Linux 2
How to reproduce the error:
Unzip the attached file and run: sam build --use-container -t template.yaml
The text was updated successfully, but these errors were encountered: