Skip to content

Commit a653518

Browse files
authored
docs(layer): Fix SSM parameter name for looking up layer ARN (#6221)
1 parent 541346c commit a653518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ You can install Powertools for AWS Lambda (Python) using your favorite dependenc
8888
Sample Placeholders:
8989

9090
- `{arch}` is either `arm64` (Graviton based functions) or `x86_64`
91-
- `{python_version}` is the Python version without the period (.), e.g., `python313` for `Python 3.13`.
91+
- `{python_version}` is the Python runtime version, e.g., `python3.13` for `Python 3.13`.
9292
- `{version}` is the semantic version number (e,g. 3.1.0) for a release or `latest`
9393

9494
```yaml

0 commit comments

Comments
 (0)