powertools-lambda-python
powertools-lambda-python copied to clipboard
A developer toolkit to implement Serverless best practices and increase developer velocity.
**Issue number:** #1371 ## Summary ### Changes draft to change parser documentation ### User experience > Please share what the user experience looks like before and after this change ##...
### Expected Behaviour As per the [documentation](https://docs.powertools.aws.dev/lambda/python/latest/utilities/parser/#faq) FAQ I would expect to be able to import X from pydantic to include types such as EmailStr ### Current Behaviour Currently in...
### Use case In my environment, I have two serverless applications: one built using Python and the other using TypeScript/Node.js. Both utilize AWS Powertools. However, I have noticed a discrepancy...
### Why is this needed? ### Summary > [!important] > On March 25st, 2025, Powertools for AWS Lambda (Python) will end support for the v2.x release line and will no...
### Why is this needed? ### Summary > [!important] > Starting from February 7, 2025 Powertools for AWS Lambda (Python) will end support for Python 3.8 This action follows [the...
### Expected Behaviour Given the documentation, I would have expected the Validation to be skipped in the situation a middleware responds before the request gets to the route handler. ###...
### Why is this needed? We had to disable documentation updates in v3 pipeline because we need to make some changes and the pipeline is not stable yet. We neeed...
### Why is this needed? We had to disable SAR for v3 because we need to make some changes and the pipeline is not stable yet. The idea is to...
**Issue number:** #4607 ## Summary ### Changes Add `from __future__ import annotations` to all examples ### User experience Discussed in #4607 ## Checklist If your change doesn't seem to apply,...
While testing out moving an `APIGatewayRestResolver` projects to run `mypy` in strict mode, I noticed that 4 areas were failing type inference: ```python router = Router() ``` throws: `error: Call...