Skip to content
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