We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d129333 commit d17d427Copy full SHA for d17d427
examples/cdk/src/example-stack.ts
@@ -53,7 +53,7 @@ export class CdkAppStack extends Stack {
53
'powertools-layer',
54
`arn:aws:lambda:${
55
Stack.of(this).region
56
- }:094274105915:layer:AWSLambdaPowertoolsTypeScript:18`
+ }:094274105915:layer:AWSLambdaPowertoolsTypeScript:24`
57
)
58
);
59
0 commit comments