From 878a51e67832ebbbe4f032ae895ced432add7817 Mon Sep 17 00:00:00 2001 From: Anthony Lukach Date: Tue, 10 Sep 2024 13:01:18 -0700 Subject: [PATCH] Update docs/index.md Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 841cb38..9d88853 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1390,7 +1390,7 @@ You must set the following parameters: Optionally, you may specify the following parameters: -- `ssm_path`: The hierarchy for the parameter. Hierarchies start with a forward slash (/). The hierarchy is the parameter name except the last part of the parameter. Under the hood, we make use of the [`get_parameters_by_path` method](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ssm/client/get_parameters_by_path.html) to recursively retrieve all parameters within the a specified path heirarchy. +- `ssm_path`: The hierarchy for the parameter. Hierarchies start with a forward slash (/). The hierarchy is the parameter name except the last part of the parameter. Under the hood, we make use of the [`get_parameters_by_path` method](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ssm/client/get_parameters_by_path.html) to recursively retrieve all parameters within the a specified path hierarchy. ```py import os