Skip to content

Commit 4ffdd04

Browse files
More changes
1 parent 422d899 commit 4ffdd04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layer_v3/layer_constructors/layer_stack.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ class LambdaPowertoolsLayerPythonV3(lambda_.LayerVersion):
3232
>>> app = cdk.App()
3333
>>> LambdaPowertoolsLayerPythonV3(app, "PowertoolsLayer",
3434
... python_version=lambda_.Runtime.PYTHON_3_13,
35-
... include_extras=False,
35+
... include_extras=True,
3636
... architecture=lambda_.Architecture.ARM_64,
37-
... powertools_version="2.10.0",
37+
... powertools_version="3.0.0",
3838
... layer_name="MyCustomPowertoolsLayer")
3939
4040
"""

0 commit comments

Comments
 (0)