powertools-lambda-java
powertools-lambda-java copied to clipboard
Powertools is a developer toolkit to implement Serverless best practices and increase developer velocity.
**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...
### 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...
### 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...
### 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...
### 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...
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...
### 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...
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...
### 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)....
## 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...