powertools-lambda-python
powertools-lambda-python copied to clipboard
A developer toolkit to implement Serverless best practices and increase developer velocity.
### Is this related to an existing feature request or issue? #1165 ### Which Powertools for AWS Lambda (Python) utility does this relate to? Event Handler - REST API ###...
### Is this related to an existing feature request or issue? _No response_ ### Which Powertools for AWS Lambda (Python) utility does this relate to? Logger ### Summary The logger...
### Is this related to an existing feature request or issue? _No response_ ### Which AWS Lambda Powertools utility does this relate to? Batch processing ### Summary A common pain...
## Key information * RFC PR: (leave this empty) * Related issue(s), if known: None * Area: Parameters * Meet [tenets](https://awslabs.github.io/aws-lambda-powertools-python/#tenets): Yes * Approved by: '' * Reviewed by: ''...
### Use case I have played around with the Datadog and the AWS Powertools Lambda layers and as one that needs to integrate with Datadog, the Datadog Lambda layer is...
### Use case Currently, an event is expected to be of type ```Dict[str,Any]```. When using 'BatchInvoke' in a direct lambda resolver, the event becomes type ```List[Dict[str,Any]]```. Hence, it is not...
### Use case According to the documentation ([https://docs.powertools.aws.dev/lambda/python/latest/utilities/batch/#partial-failure-mechanics](url)), BatchProcessingError is raised when all records failed to be processed. In such case, processor response appears empty, as all records have been...
### Use case LexV2 can integrate with Lambda to process events. An event handler that can parse and generate the necessary output format would be extremely useful ### Solution/User Experience...
### Use case I often want to retrieve values from a ProxyEvent using the helper functions prior to the `app.resolve()` call; and find myself creating a second instance for it,...
### Use case Context: AWS Lambda supports multiple different event sources mapping for the same Lambda - https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html I'm opening this issue to discuss if the Lambda Powertools can support...