You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/install.rst
+21-26Lines changed: 21 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,15 +32,10 @@ Managed Layer
32
32
33
33
AWS SDK for pandas is available as an AWS Lambda Managed layer in all AWS commercial regions.
34
34
35
-
It can be accessed in the AWS Lambda console directly:
35
+
It can be accessed in the AWS Lambda console directly,
36
+
or via its ARN: ``arn:aws:lambda:<region>:336392948345:layer:AWSSDKPandas-Python<python-version>:<layer-version>``.
36
37
37
-
.. image:: _static/aws_lambda_managed_layer.png
38
-
:width:400
39
-
:alt:AWS Managed Lambda Layer
40
-
41
-
Or via its ARN: ``arn:aws:lambda:<region>:336392948345:layer:AWSDataWrangler-Python<python-version>:<layer-version>``.
42
-
43
-
For example: ``arn:aws:lambda:us-east-1:336392948345:layer:AWSDataWrangler-Python37:1``.
38
+
For example: ``arn:aws:lambda:us-east-1:336392948345:layer:AWSSDKPandas-Python37:1``.
44
39
45
40
The full list of ARNs is available `here <layers.rst>`__.
46
41
@@ -63,7 +58,7 @@ and press **create**.
63
58
Serverless Application Repository (SAR)
64
59
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
65
60
66
-
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).
67
62
68
63
The app deploys the Lambda layer version in your own AWS account and region via a CloudFormation stack.
69
64
This option provides the ability to use semantic versions (i.e. library version) instead of Lambda layer versions.
@@ -75,14 +70,14 @@ This option provides the ability to use semantic versions (i.e. library version)
0 commit comments