Geek Logbook

Tech sea log book

Why Terraform Does Not Deploy Your Lambda Container Image

When teams start packaging AWS Lambda functions as container images, a common misunderstanding appears quickly: “I created the Lambda with Terraform, so why is AWS saying the image does not exist?” The answer is simple. Terraform can provision the infrastructure that references a container image, but it does not automatically build and publish that image