I have the following function that creates a conta...
# aws
f
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
yup, the lambda function saw no diff since you were using a static image URI