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
* feat: add support for Python 3.11
* fix: remove python-snappY
* fastjsonschema: test change due to behavior change in fastjsonschem
* LRU: test
* Removing snappy since it doesnt offer to Python3.11
* Adding support to Python3.11 in the layer for test
* Skipping test
* Skipping test for Python 3.11+
---------
Co-authored-by: Leandro Damascena <[email protected]>
Powertools for AWS Lambda (Python) is a developer toolkit to implement Serverless [best practices and increase developer velocity](https://docs.powertools.aws.dev/lambda/python/latest/#features).
Copy file name to clipboardexpand all lines: docs/utilities/jmespath_functions.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ This sample will decompress and decode base64 data from Cloudwatch Logs, then us
189
189
190
190
For special binary formats that you want to decode before applying JSON Schema validation, you can bring your own [JMESPath function](https://github.com/jmespath/jmespath.py#custom-functions){target="_blank"} and any additional option via `jmespath_options` param. To keep Powertools for AWS Lambda (Python) built-in functions, you can subclass from `PowertoolsFunctions`.
191
191
192
-
Here is an example of how to decompress messages using [snappy](https://github.com/andrix/python-snappy){target="_blank"}:
192
+
Here is an example of how to decompress messages using [zlib](https://docs.python.org/3/library/zlib.html){target="_blank"}:
Copy file name to clipboardexpand all lines: docs/we_made_this.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ A collection of articles explaining in detail how Lambda Powertools helps with a
37
37
38
38
*[Serverless API Idempotency with AWS Lambda Powertools and CDK](https://www.ranthebuilder.cloud/post/serverless-api-idempotency-with-aws-lambda-powertools-and-cdk){:target="_blank"}
39
39
40
-
*[Effective Amazon SQS Batch Handling with Powertools for AWS Lambda (Python)(https://www.ranthebuilder.cloud/post/effective-amazon-sqs-batch-handling-with-aws-lambda-powertools){:target="_blank"}
40
+
*[Effective Amazon SQS Batch Handling with Powertools for AWS Lambda (Python)](https://www.ranthebuilder.cloud/post/effective-amazon-sqs-batch-handling-with-aws-lambda-powertools){:target="_blank"}
0 commit comments