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

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

RFC
need-customer-feedback

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

RFC
need-customer-feedback

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

help wanted
RFC
need-customer-feedback

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

help wanted
feature-request
parameters

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

feature-request
logger
metrics
tracer

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

feature-request
event_handlers

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

feature-request

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

feature-request
need-customer-feedback

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

feature-request

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

feature-request
need-customer-feedback