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. The `@Validation` annotation should be compatible with the batch module (SQS, Kinesis), i.e. if one message is wrong do...

enhancement
status/staged-major-release
v2
RFC
priority:2

### 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...

maintenance
v2
priority:2

### 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...

enhancement
status/staged-major-release
v2
priority:3

### 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...

good first issue
status/staged-major-release
maintenance
v2
priority:3

### Summary There is a lot of information duplicated between all of our POMs that can likely be kept in the parent POM only. We should take the v2 release...

good first issue
v2
priority:3

We use `java.lang.reflect.AcessibleObject#setAccessible` to reflectively access fields in both the matrics and SQS utilities. We should try and remove this, if we can. **What were you trying to accomplish?** ##...

bug
v2
priority:3

### Summary In order to minimize dependency size, we should split `powertools-parameters` into submodules (keeping `powertools-parameters` as the interface) : - powertools-parameters-ssm - powertools-parameters-secrets - powertools-parameters-dynamodb - powertools-parameters-appconfig This is...

status/staged-major-release
maintenance
v2

### Summary Update the aspectj dependency (currently 1.9.20) for Java 17 compativility. ### Why is this needed? We have a project with multiple Gradle modules and are using the `io.freefair.aspectj.post-compile-weaving`...

status/staged-major-release
maintenance
v2

### Summary In V2, we are removing the powertools-sqs module, and the powertools-test-suite library that uses it to test the interaction of large messages and logging aspect application. We should...

v2

When you use the `@Validation` annotation on a `RequestHandler` and the provided message does not validate, the module will throw a `ValidationException`, resulting in a 500 back to the client....

bug
status/staged-major-release
v2