Skip to content

Commit

Permalink
fixing doc8 checks
Browse files Browse the repository at this point in the history
  • Loading branch information
malachi-constant committed Nov 15, 2023
1 parent 40dd2e4 commit fe49c79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe49c79

Please sign in to comment.