-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
lambda : Error deploying docker lambda function #26372
Comments
For lambda container runtime, I think you should use DockerImageFunction instead. |
No, that's not it. DockerImageFunction is what I should use if I already have the image pushed to ECR. In this case I ma trying to build it on deployment |
@ETisREAL DockerImageFunction allows you to specify DockerImageCode for the |
@pahud As the fllowing code I suppose: |
Describe the bug
I am trying to deploy a dockerized lambda function.
This is my code:
The Image build completes succesfully, but I get the error reported below:
Why is this happening? It doesn't make any sense :/
Expected Behavior
I am following the documentation, so it should work just fine TBH
Current Behavior
I get the following error:
Reproduction Steps
cdk deploy
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.87
Framework Version
No response
Node.js Version
v18.04
OS
Linux - Ubuntu
Language
Typescript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: