You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,9 @@ Powertools is available in the following formats:
33
33
34
34
### Lambda Layer
35
35
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.
37
39
38
40
!!! note "The public layers do not contain the `pydantic` library that is required for the `parser` utility; See [SAR](#sar) option instead."
0 commit comments