Skip to content

Commit a6bb12c

Browse files
committed
docs(homepage): add alpha releases section
1 parent 0506bf1 commit a6bb12c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/index.md

+10
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,16 @@ You can install Powertools for AWS Lambda (Python) using your favorite dependenc
289289
--8<-- "examples/homepage/install/sar/terraform.tf"
290290
```
291291

292+
=== "Alpha releases"
293+
294+
Every morning _(~8am UTC)_, we publish a `prerelease` to PyPi to accelerate customer feedback on **unstable** releases / bugfixes until they become production ready.
295+
296+
Here's how you can use them:
297+
298+
- __Pip__: [**`pip install--pre "aws-lambda-powertools"`**](#){: .copyMe}:clipboard:
299+
- __Poetry__: [**`poetry add --allow-prereleases "aws-lambda-powertools" --group dev`**](#){: .copyMe}:clipboard:
300+
- __Pdm__: [**`pdm add -dG --prerelease "aws-lambda-powertools"`**](#){: .copyMe}:clipboard:
301+
292302
### Local development
293303

294304
!!! info "Using Lambda Layer? Simply add [**`"aws-lambda-powertools[all]"`**](#){: .copyMe}:clipboard: as a development dependency."

0 commit comments

Comments
 (0)