powertools-lambda-java
powertools-lambda-java copied to clipboard
Powertools is a developer toolkit to implement Serverless best practices and increase developer velocity.
## Key information * RFC PR: (leave this empty) * Related issue(s), if known: * Area: (i.e. Tracer, Metrics, Logger, etc.) Parameters * Meet [tenets](https://awslabs.github.io/aws-lambda-powertools-java/#tenets): (Yes/no) that's a question ##...
**What were you initially searching for in the docs?** This issue is created via discussions as part of https://github.com/aws-samples/aws-lambda-powertools-examples/issues/67 **Is this related to an existing part of the documentation? Please...
After the log4j event in dec/jan, good to have a check **Issue #, if available:** ## Description of changes: Added the owasp dependency-check plugin that scan dependencies for known CVEs....
**Is your feature request related to a problem? Please describe.** We want to make Lambdas faster by turning them into native code. **Describe the solution you'd like** Add `reflect.json` or...
RFC: New batch processor for new native partial response (SQS, DynamoDB, Kinesis, Aurora Stream(?))
## Key information * RFC PR: (leave this empty) * Related issue(s), if known: * Area: (i.e. Tracer, Metrics, Logger, etc.) * Meet [tenets](https://awslabs.github.io/aws-lambda-powertools-java/#tenets): (Yes/no) ## Summary A new generic...
## Key information * RFC PR: * Related issue(s), if known: * Area: Aurora Postgresql streams * Meet [tenets](https://awslabs.github.io/aws-lambda-powertools-java/#tenets): Yes ## Summary Processing database activity streams from Amazon Aurora in...
**Is your feature request related to a problem? Please describe.** Python and Typescript use snake_case for all outputs. Java uses a mix of snake_case and camel_case. Customers will use the...
- The code is using ConcurrentHashMap, but the usage of containsKey() and get() may not be thread-safe. In between the check and the get() another thread can remove the key...
**Is your feature request related to a problem? Please describe.** Currently, `@SqsLargeMessage` only supports large messages which are sent directly from SQSExtendedClient, i.e: `SQSExtendedClient -> SQS -> Lambda`. A common...
Feature request: Better failures handling while using both BatchProcessing and LargeMessageHandling
**Is your feature request related to a problem? Please describe.** While using both BatchProcessing and LargeMessageHandling on a lambda, there could be a case when the lambda failed to download...