Redeploying a CDK stack with a Lambda function that relies on a Docker image in ECR won’t necessarily update the function with a newly pushed image. Instead, use the Lambda console’s “Deploy new image” button to push the ECR image to the function.
Deploying an Updated Image to Lambda Function
Part of AWS MOC