Skip to content

Commit 273be4c

Browse files
committed
chore: use new cdk construct name
1 parent bef044e commit 273be4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layer/layer/layer_stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from aws_cdk import CfnOutput, RemovalPolicy, Stack
22
from aws_cdk.aws_lambda import Architecture, CfnLayerVersionPermission
33
from aws_cdk.aws_ssm import StringParameter
4-
from cdk_lambda_powertools_python_layer import LambdaPowertoolsLayer
4+
from cdk_aws_lambda_powertools_layer import LambdaPowertoolsLayer
55
from constructs import Construct
66

77

0 commit comments

Comments
 (0)