How to update docker lambda to use the latest docker image using code pipeline #27198
Unanswered
ankit-agrawal-berlin
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi All,
I am trying to use CDK to create a pipeline for ECR image. I want whenever a new image is pushed to ECR with latest tag then that should be updated in lambda . I don't want the execution of the lambda, but just want to update the lambda. I create the below CDK python script, but it always try to deploy it instead of just updating the function.
Beta Was this translation helpful? Give feedback.
All reactions