(aws-cdk-lib/aws-lambda): Lambda from custom ECR docker image doesn't support tag with undescores #23131
ShantanuKumar
started this conversation in
General
Replies: 2 comments 1 reply
-
It seems like it's just not underscores, but also with dash i.e. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm not reproducing this @ShantanuKumar, there may be some other error going on for you like referring to a repo in the wrong region/account. The CloudFormation template generated looks perfectly fine too. I'm moving this to discussions, that will be a better place for you to receive support on this topic 🙂 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
As far as I see from docker documentation that underscores are allowed
On the other hand when using docker images with underscores in tags, it doesn't work.
Expected Behavior
Lambda should work with docker images' tags which contain underscores as per docker documentation
Current Behavior
I get this error
I checked this works when I replace
tagOrDigest
with just latest.Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.31.0
Framework Version
No response
Node.js Version
16.13.0
OS
MacOS and Linux
Language
Typescript
Language Version
No response
Other information
No response
Beta Was this translation helpful? Give feedback.
All reactions