powertools-lambda-python icon indicating copy to clipboard operation
powertools-lambda-python copied to clipboard

A developer toolkit to implement Serverless best practices and increase developer velocity.

Results 137 powertools-lambda-python issues
Sort by recently updated
recently updated
newest added

**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 ##...

documentation
size/XL

### 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...

documentation
not-a-bug

### 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...

need-more-information
feature-request

### 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...

pending-release
internal

### 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...

internal

### 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. ###...

bug

### 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...

triage
internal

### 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...

triage
internal

**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,...

do-not-merge
need-issue
enhancement
on-hold

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...

size/M
event_handlers
enhancement
on-hold