We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d8eb39 + a653518 commit 46a9ab9Copy full SHA for 46a9ab9
docs/index.md
@@ -88,7 +88,7 @@ You can install Powertools for AWS Lambda (Python) using your favorite dependenc
88
Sample Placeholders:
89
90
- `{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`.
+ - `{python_version}` is the Python runtime version, e.g., `python3.13` for `Python 3.13`.
92
- `{version}` is the semantic version number (e,g. 3.1.0) for a release or `latest`
93
94
```yaml
0 commit comments