We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b0d67a + b6b42a9 commit ba3a9a1Copy full SHA for ba3a9a1
serverless/cdk-app/lib/cdk-app-stack.ts
@@ -24,6 +24,7 @@ export class AwsLambdaCalculatorStack extends cdk.Stack {
24
IMAGE_URI: props?.imageUri || "",
25
IMAGE_TAG: props?.imageTag || "latest-lambda",
26
},
27
+ extraHash: props?.imageTag || "latest-lambda", // Force rebuild when imageTag changes
28
});
29
30
// Define the Lambda function using the Docker image from ECR
0 commit comments