https://pulumi.com logo
Title
f

fresh-spring-82225

04/17/2023, 7:38 PM
I have the following function that creates a container-based lambda. It succeeds in building the image and tagging it with “latest” as well as a hash, but somehow the lambda is not being updated. Any ideas what’s wrong here?
Looks like this works if I change the
imageUri
parameter for the lambda to
taggedImage.imageName
.
s

steep-toddler-94095

04/17/2023, 8:43 PM
yup, the lambda function saw no diff since you were using a static image URI