Skip to content

Commit

Permalink
chore(docs): Add lambda layer policy to versioning docs (#4811)
Browse files Browse the repository at this point in the history
Add lambda layer policy to versioning docs

Signed-off-by: Henrique Graca <999396+hjgraca@users.noreply.github.com>
  • Loading branch information
hjgraca committed Jul 24, 2024
1 parent 6d9d942 commit 39c0314
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ Powertools for AWS Lambda follows the [AWS Lambda Runtime deprecation policy cyc

!!! note "AWS reserves the right to stop support for an underlying dependency without increasing the major SDK version"

### Lambda layer lifecycle

Powertools for AWS Lambda provides public Lambda layers as an alternative method for including the Powertools SDK into your Lambda functions.

Unlike package indexers such as PyPi and NPMJS, which use semantic versioning (e.g., v1.2.3, v1.3.0), Lambda layers employs incrementing sequential versions (e.g., 1, 2, 3, 4). With each new release of the SDK, Powertools for AWS Lambda publishes an updated layer, including the SDK version in the layer description.

Powertools for AWS Lambda layers are immutable and remain available beyond their end-of-life dates.

Each Powertools for AWS Lambda layer adheres to the versioning policy outlined above.

### Communication methods

Maintenance announcements are communicated in several ways:
Expand Down

0 comments on commit 39c0314

Please sign in to comment.