Philipp Page
Philipp Page
### Use case I am building a Lambda handler for managing CDK CustomResources (https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.custom_resources-readme.html). ### Solution/User Experience As a user of AWS Lambda Powertools I would like to have dataclass...
### New feature, improvement proposal Hello, is it possible to add a LICENSE file to this repository? Actions such as https://github.com/actions/dependency-review-action fetch the license for a package from the GitHub...
### Summary The [customer references section in the docs](https://github.com/aws-powertools/powertools-lambda-java/pull/2154/files#r2390781166) is currently not aligned with the API reference counterpart: https://docs.powertools.aws.dev/lambda/typescript/latest/api/#becoming-a-reference-customer The goal of this issue to replace the API reference with...
### Use case **PLEASE READ: Priming documentation**: https://github.com/aws-powertools/powertools-lambda-java/blob/main/Priming.md Parent issue: https://github.com/aws-powertools/powertools-lambda-java/issues/1588 Sample PR: https://github.com/aws-powertools/powertools-lambda-java/pull/1861 Java [CRaC](https://openjdk.org/projects/crac/) can be used to prime an application by implementing `beforeCheckpoint()` and `afterRestore()` hooks in...
**Is your feature request related to a problem? Please describe.** We want to make it easy for customers to adopt Powertools **and** use or keep using GraalVM in `v2` of...
### Why is this needed? Historically, the Batch utility supported SQS event sources. Today, it supports more than just SQS. It also supports Kinesis and DynamoDB stream event sources. These...
## Use case Currently, Powertools for AWS Lambda (Java) provides individual utilities like Logging, Tracing, Metrics, and other features through AspectJ annotations and static methods. While effective, this approach lacks...
### What were you searching in the docs? There are several different ways of deploying Lambda (Java) applications and we can improve our documentation by giving customers clearer guidance on...
### Summary Similar to other repositories such as https://github.com/aws-powertools/powertools-lambda-typescript we should include a GitHub workflow that automatically updates the CHANGELOG.md on GitHub and also the documentation on each version release....
### Summary We should update the AWS SAM CLI APP templates for Powertools (Java) to use version 2.0.0. The documentation is still pointing to them but it will create a...