powertools-lambda-python
powertools-lambda-python copied to clipboard
A developer toolkit to implement Serverless best practices and increase developer velocity.
A new blog post will be created to annouce the new powertools bedrock agents resolver
### 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...
### 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...
### 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,...
### 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...
### 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...
### 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...
### 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...
_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...
### 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...