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 186 powertools-lambda-python issues
Sort by recently updated
recently updated
newest added

A new blog post will be created to annouce the new powertools bedrock agents resolver

internal
content

### Is this related to an existing feature request or issue? _No response_ ### Which Powertools for AWS Lambda (Python) utility does this relate to? Event Handler - REST API...

help wanted
RFC
need-customer-feedback

### Use case I saw that there was support coming for Pydantic v2 in lambda powertools: - #1558 - #2733 but it seems like it is only support, not incorporation...

feature-request
need-customer-feedback
v3

### Use case Original discussion: https://github.com/aws-powertools/powertools-lambda-python/discussions/3609 OpenAPI supports Cookies parameters and we must add support for this! https://swagger.io/docs/specification/describing-parameters/ #### Cookie Parameters Operations can also pass parameters in the Cookie header,...

help wanted
feature-request
event_handlers
openapi-schema

### Is this related to an existing feature request or issue? https://github.com/aws-powertools/powertools-lambda-python/issues/2348 ### Which Powertools for AWS Lambda (Python) utility does this relate to? Event Source Data Classes ### Summary...

help wanted
RFC
need-customer-feedback

### Use case Original discussion: https://github.com/aws-powertools/powertools-lambda-python/discussions/3609 OpenAPI supports File and Form fields in the Request Body and we must add support for this. https://swagger.io/docs/specification/describing-request-body/ ### Solution/User Experience Add support for...

feature-request
event_handlers
openapi-schema

### Use case I would like to be able to dynamically lookup the latest available AWS Lambda layer ARN. ### Solution/User Experience AWS has already been maintaining a list of...

feature-request
layers

### Use case When there are no query string params, `app.current_event.query_string_parameters` is `None` which is unexpected. ### Solution/User Experience Proper solution is to make it to behave like an empty...

feature-request
breaking-change
need-customer-feedback
event_handlers

_Note from maintainers:_ > [!Note] > We have an [ongoing RFC](https://github.com/aws-powertools/powertools-lambda-python/discussions/5905) related to this feature request --- **Is your feature request related to a problem? Please describe.** Could some guidance...

feature-request
need-customer-feedback
event_handlers

### Use case Currently, the DataMasking utility only supports operations with traversable types in Python, for example: Lists, Dict, str, and others. It is a limitation for customers who want...

feature-request
data-masking