Skip to content

Commit 69af9fa

Browse files
committed
fix: typo
1 parent d831b7d commit 69af9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layers/src/layer-publisher-stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class LayerPublisherStack extends Stack {
5757
this.lambdaLayerVersion.applyRemovalPolicy(RemovalPolicy.RETAIN);
5858

5959
new StringParameter(this, 'VersionArn', {
60-
parameterName: props.ssmParameterLayerName,
60+
parameterName: props.ssmParameterLayerArn,
6161
stringValue: this.lambdaLayerVersion.layerVersionArn,
6262
});
6363
new CfnOutput(this, 'LatestLayerArn', {

0 commit comments

Comments
 (0)