Scott Gerring
Scott Gerring
Hi all, I am using [cdk-nag](https://github.com/cdklabs/cdk-nag) on an SST project. There is a bunch of noise that would be nice to clean up so that it is practical to use...
# Removing support of Java 8 in V2 **Date:** November 20, 2023 **Status:** Draft ## Abstract In this RFC I propose the deprecation of Java 8 support in Powertools for...
**Is your feature request related to a problem? Please describe.** We should add support for CRaC priming. This will improve the startup performance of applications using Powertools. @msailes has written...
### Summary We should use the V2 release as an opportunity to reflect upon the interfaces of our existing modules and identify areas of improvement. This work has been done...
**Issue #, if available:** #1504 ## Description of changes: The remaining changes to add an alternative redis implementation to our newly-split idempotency module for v2. The previous split happened in...
### Summary We should use the V2 release as an opportunity to reflect upon the interfaces of our existing modules and identify areas of improvement. This work has been done...
# RFC: Powertools for Lambda (Java) v2 Release ## Summary In this RFC we propose a v2 release for the "Powertools for Lambda (Java)" library. The intent is to bundle...
### Summary We should use the V2 release as an opportunity to reflect upon the interfaces of our existing modules and identify areas of improvement. This work has been done...
### Summary In V2, we should split `powertools-idempotency` into sub-modules, so that we have `powertools-idempotency` containing the interface to the module, and `powertools-idempotency-dynamodb` providing a DynamoDB-backed concrete implementation. ### Why...
### Summary Maintaining examples for both Java 8 and Java 11+ is a significant time sink, particularly in terms of weaving configuration. We should use v2 as an opportunity to...