Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): Bump CDK version to build layers and fix imports #5555

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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