Skip to content

Commit 77c8c0f

Browse files
daschaadreamorosi
authored andcommitted
chore(docs): fix layer version in CDK example (#1805)
1 parent a8f9125 commit 77c8c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cdk/src/example-stack.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class CdkAppStack extends Stack {
5353
'powertools-layer',
5454
`arn:aws:lambda:${
5555
Stack.of(this).region
56-
}:094274105915:layer:AWSLambdaPowertoolsTypeScript:18`
56+
}:094274105915:layer:AWSLambdaPowertoolsTypeScript:24`
5757
)
5858
);
5959

0 commit comments

Comments
 (0)