Skip to content

Commit

Permalink
chore(ci): fix imports to build Lambda layer (#5557)
Browse files Browse the repository at this point in the history
Fix CDK version + imports
  • Loading branch information
leandrodamascena authored Nov 14, 2024
1 parent 196ac7d commit 6a6230e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions layer_v3/layer/layer_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
from aws_cdk.aws_lambda import Architecture, CfnLayerVersionPermission, Runtime
from aws_cdk.aws_ssm import StringParameter
from constructs import Construct

from ..layer_constructors.layer_stack import LambdaPowertoolsLayerPythonV3
from layer_constructors.layer_stack import LambdaPowertoolsLayerPythonV3


@jsii.implements(IAspect)
Expand Down

0 comments on commit 6a6230e

Please sign in to comment.