Skip to content

Commit

Permalink
chore(ci): Bump CDK version to build layers and fix imports (#5555)
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 6d07589 commit 196ac7d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion layer_v3/layer/layer_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from aws_cdk.aws_ssm import StringParameter
from constructs import Construct

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


@jsii.implements(IAspect)
Expand Down
2 changes: 1 addition & 1 deletion layer_v3/layer_constructors/layer_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
if TYPE_CHECKING:
from constructs import Construct

from layer_v3.layer_constructors.helpers import construct_build_args
from .helpers import construct_build_args


class LambdaPowertoolsLayerPythonV3(lambda_.LayerVersion):
Expand Down
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aws-lambda-powertools-python-e2e",
"version": "1.0.0",
"devDependencies": {
"aws-cdk": "^2.166.0"
"aws-cdk": "^2.167.0"
},
"dependencies": {
"package-lock.json": "^1.0.0"
Expand Down

0 comments on commit 196ac7d

Please sign in to comment.