powertools-lambda-java
powertools-lambda-java copied to clipboard
Powertools is a developer toolkit to implement Serverless best practices and increase developer velocity.
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0. Release notes Sourced from actions/upload-artifact's releases. v6.0.0 v6 - What's new [!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum...
Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.5.9 to 3.0.0. Release notes Sourced from com.networknt:json-schema-validator's releases. 3.0.0- 2025-12-13 Added Changed Upgrade to Jackson 3 and JDK 17 (#1219) Thanks @justin-tay 2.0.1- 2025-12-11 Added Changed...
Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.20.0 to 5.21.0. Release notes Sourced from org.mockito:mockito-junit-jupiter's releases. v5.21.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.21.0 2025-12-09 - 17 commit(s) by Giulio Longfils, Joshua Selbo,...
Bumps `aws.sdk.version` from 2.39.1 to 2.40.9. Updates `software.amazon.awssdk:bom` from 2.39.1 to 2.40.9 Updates `software.amazon.awssdk:http-client-spi` from 2.39.1 to 2.40.9 Updates `software.amazon.awssdk:url-connection-client` from 2.39.1 to 2.40.9 Updates `software.amazon.awssdk:s3` from 2.39.1 to 2.40.9...
Bumps [io.github.ascopes:protobuf-maven-plugin](https://github.com/ascopes/protobuf-maven-plugin) from 3.10.3 to 4.1.1. Release notes Sourced from io.github.ascopes:protobuf-maven-plugin's releases. v4.1.1 Reworked plugin resolution to be able to run in parallel. Consistent generation of plugin ID naming is...
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.14.0 to 5.14.1. Release notes Sourced from org.junit:junit-bom's releases. JUnit 5.14.1 = Platform 1.14.1 + Jupiter 5.14.1 + Vintage 5.14.1 See Release Notes. Full Changelog: https://github.com/junit-team/junit-framework/compare/r5.14.0...r5.14.1 Commits...
### 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...