We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411fc44 commit 95bc840Copy full SHA for 95bc840
docs/source/install.rst
@@ -100,7 +100,7 @@ Here is an example of how to create and use the AWS Data Wrangler Lambda layer i
100
"wrangler-layer",
101
location=sam.CfnApplication.ApplicationLocationProperty(
102
application_id="arn:aws:serverlessrepo:us-east-1:336392948345:applications/aws-data-wrangler-layer-py3-8",
103
- semantic_version="2.16.1", # Get the latest version from https://github.com/awslabs/aws-data-wrangler/releases
+ semantic_version="2.16.0", # Get the latest version from https://github.com/awslabs/aws-data-wrangler/releases
104
),
105
)
106
0 commit comments