From fe49c7906f7cfbcca365dc566a85a24448df31bd Mon Sep 17 00:00:00 2001 From: malachi-constant Date: Wed, 15 Nov 2023 11:26:50 -0500 Subject: [PATCH] fixing doc8 checks --- docs/source/install.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/install.rst b/docs/source/install.rst index d02716538..1227591e5 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -90,11 +90,13 @@ Layer ARNs can also be obtained from SSM public parameters. Find all layers for a version of the library. .. code-block:: sh + aws ssm describe-parameters --parameter-filters "Key=Name, Option=BeginsWith, Values=/aws/service/aws-sdk-pandas/3.4.0/" **CDK:** .. code-block:: python + sdk_for_pandas_layer_arn = ssm.StringParameter.from_string_parameter_attributes(self, "MyValue", parameter_name="/aws/service/aws-sdk-pandas/3.4.0/py3.10/x86_64/layer-arn" ).string_value