Skip to content

Commit 9cacf73

Browse files
committed
Minor - Fix install docs SAR semantic version
1 parent 3bcd8d3 commit 9cacf73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/install.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ and press **create**.
5858
Serverless Application Repository (SAR)
5959
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6060

61-
Starting version `2.12.0`, AWS SDK for pandas layers are also available in the `AWS Serverless Application Repository <https://serverlessrepo.aws.amazon.com/applications>`_ (SAR).
61+
AWS SDK for pandas layers are also available in the `AWS Serverless Application Repository <https://serverlessrepo.aws.amazon.com/applications>`_ (SAR).
6262

6363
The app deploys the Lambda layer version in your own AWS account and region via a CloudFormation stack.
6464
This option provides the ability to use semantic versions (i.e. library version) instead of Lambda layer versions.
@@ -95,7 +95,7 @@ Here is an example of how to create and use the AWS SDK for pandas Lambda layer
9595
"awssdkpandas-layer",
9696
location=sam.CfnApplication.ApplicationLocationProperty(
9797
application_id="arn:aws:serverlessrepo:us-east-1:336392948345:applications/aws-sdk-pandas-layer-py3-8",
98-
semantic_version="2.16.0", # Get the latest version from https://github.com/aws/aws-sdk-pandas/releases
98+
semantic_version="2.17.0", # Get the latest version from https://github.com/aws/aws-sdk-pandas/releases
9999
),
100100
)
101101

0 commit comments

Comments
 (0)