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

**Is your feature request related to a problem? Please describe.** Use of Idempotency module without the aspectj-maven-plugin and annotations. Just like the SqsUtils Utility API. This way it's more compatible...

question

### What were you searching in the docs? The [documentation site](https://docs.powertools.aws.dev/lambda/java/) could use a complete review for clarity, accuracy, and content. The other powertool documentation sites - in particular, [powertools...

documentation

### What were you searching in the docs? The powertools-large-messages module is missing a SAM example. ### Is this related to an existing documentation section? _No response_ ### How can...

documentation
good first issue

### Summary The release process for Powertools Java is mostly manual as of today. We do have some github actions to help ([release-drafter](https://github.com/aws-powertools/powertools-lambda-java/blob/main/.github/workflows/release-drafter.yml) for the release note, [release-prep](https://github.com/aws-powertools/powertools-lambda-java/blob/main/.github/workflows/release-prep.yml) to upgrade...

maintenance
RFC
priority:2
blocked

### Summary Create the [gitpod](https://www.gitpod.io) configuration so that people can have a cloud IDE to start working quickly on Powertools. ### Why is this needed? - Python already has this...

good first issue
priority:4
governance

To fill the gap with Powertools for Python, we should add a feature flags module. The feature flags utility provides a simple rule engine to define when one or multiple...

enhancement
size/XL
needs-more-information
feature-parity

### Summary Currently the documentation is not versioned, unlike [Python](https://docs.powertools.aws.dev/lambda-python/2.17.0/) and [Typescript](https://docs.powertools.aws.dev/lambda-typescript/latest/). We should version the doc to be consistent with other runtimes and to prepare for v2. ### Why...

documentation
maintenance
priority:3

To fill the gap with Powertools for Python, we should add a streaming module. This will allow us to handle datasets larger than the available memory as streaming data, for...

enhancement
size/XL
needs-more-information
feature-parity

### Summary Have an action in GitHub workflow (PR, push to master) to calculate the size of the jar files and report it in the PR with the trend (increase/decrease)....

maintenance
priority:4

## 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 [summary]: #summary To...

enhancement
size/XXL
RFC
feature-parity
priority:5
blocked