powertools-lambda-python
powertools-lambda-python copied to clipboard
A developer toolkit to implement Serverless best practices and increase developer velocity.
### Why is this needed? On [August 22, 2025](https://docs.aws.amazon.com/xray/latest/devguide/document-history.html), the AWS X-Ray team announced the end of life of the AWS X-Ray SDK and Daemon. According to [its documentation](https://docs.aws.amazon.com/xray/latest/devguide/xray-daemon-eos.html), this...
### Use case We're actively considering bringing OpenTelemetry support to Powertools for AWS Lambda 🎉 If this is something that you'd like to see us working on, please take some...
### Use case AWS recently launched new region: Asia Pacific (New Zealand) - ap-southeast-6 https://aws.amazon.com/pt/blogs/aws/now-open-aws-asia-pacific-new-zealand-region/ This region supports arm64. ### Solution/User Experience Deploy Lambda Layers to these new region. ###...
### Discussed in https://github.com/aws-powertools/powertools-lambda-python/discussions/4771 Originally posted by **Sheemap** July 16, 2024 Hello! We have a fairly large monolithic lambda that does not have enable_validation set. We tried it out on...
### Why is this needed? ### Summary > [!important] > Starting from December 15, 2025 Powertools for AWS Lambda (Python) will end support for Python 3.9 This action follows [the...
### Use case As a developer building serverless APIs with AWS Lambda Powertools, I need to handle file uploads (images, documents, PDFs, etc.) through my API endpoints with proper validation...