Skip to content

Commit 0cc4f6b

Browse files
Updated Lambda Layers description.
1 parent 7a7ba0a commit 0cc4f6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ Powertools is available in the following formats:
3333

3434
### Lambda Layer
3535

36-
Include Lambda Powertools in your function using the [AWS Lambda Console](https://console.aws.amazon.com/lambda){target="_blank"} or your preferred deployment framework.
36+
A Lambda Layer is a zip file containing pre-packaged dependencies that is added to your Lambda function's configuration. Avoiding the need to bundle those dependences and share them between many functions. Note that Lambda Layers may only be used with functions deployed as a zip archive.
37+
38+
Include the Lambda Powertools layer in your function following the [AWS Lambda Console](https://docs.aws.amazon.com/lambda/latest/dg/invocation-layers.html#invocation-layers-using){target="_blank"} instructions or your preferred deployment framework.
3739

3840
!!! note "The public layers do not contain the `pydantic` library that is required for the `parser` utility; See [SAR](#sar) option instead."
3941

0 commit comments

Comments
 (0)