Skip to content

Commit

Permalink
docs(homepage): add alpha releases section
Browse files Browse the repository at this point in the history
  • Loading branch information
heitorlessa committed Jun 17, 2024
1 parent 0506bf1 commit a6bb12c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,16 @@ You can install Powertools for AWS Lambda (Python) using your favorite dependenc
--8<-- "examples/homepage/install/sar/terraform.tf"
```

=== "Alpha releases"

Every morning _(~8am UTC)_, we publish a `prerelease` to PyPi to accelerate customer feedback on **unstable** releases / bugfixes until they become production ready.

Here's how you can use them:

- __Pip__: [**`pip install--pre "aws-lambda-powertools"`**](#){: .copyMe}:clipboard:
- __Poetry__: [**`poetry add --allow-prereleases "aws-lambda-powertools" --group dev`**](#){: .copyMe}:clipboard:
- __Pdm__: [**`pdm add -dG --prerelease "aws-lambda-powertools"`**](#){: .copyMe}:clipboard:

### Local development

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

0 comments on commit a6bb12c

Please sign in to comment.