Skip to content

Commit f0ba7f9

Browse files
committed
fix: typo
1 parent b4869ca commit f0ba7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: layers/src/layer-publisher-stack.ts

+1-1
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)