From 5d8b4a6a4910eb7dc0b0f37e5c4947b2d43b876e Mon Sep 17 00:00:00 2001 From: Scott Peshak Date: Tue, 4 Feb 2025 22:00:00 -0600 Subject: [PATCH] docs(layer): Fix SSM parameter name for looking up layer ARN --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 3c4b9fd54eb..3edc386ee50 100644 --- a/docs/index.md +++ b/docs/index.md @@ -88,7 +88,7 @@ You can install Powertools for AWS Lambda (Python) using your favorite dependenc Sample Placeholders: - `{arch}` is either `arm64` (Graviton based functions) or `x86_64` - - `{python_version}` is the Python version without the period (.), e.g., `python313` for `Python 3.13`. + - `{python_version}` is the Python runtime version, e.g., `python3.13` for `Python 3.13`. - `{version}` is the semantic version number (e,g. 3.1.0) for a release or `latest` ```yaml