powertools-lambda-java icon indicating copy to clipboard operation
powertools-lambda-java copied to clipboard

Powertools is a developer toolkit to implement Serverless best practices and increase developer velocity.

Results 105 powertools-lambda-java issues
Sort by recently updated
recently updated
newest added

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

documentation

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

size/S

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

v2

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

enhancement

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

enhancement
priority:4

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

enhancement
v2

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

size/S

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

enhancement

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

enhancement