Alexander Sparkowsky
Alexander Sparkowsky
### 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`...
## Key information * RFC PR: * Related issue(s), if known: * Area: Logger * Meet [tenets](https://awslabs.github.io/aws-lambda-powertools-java/#tenets): Yes ## Summary [summary]: #summary Switch to [logback](https://logback.qos.ch) [GitHub repository](https://github.com/qos-ch/logback), [SLF4J](http://www.slf4j.org) and [logstash](https://github.com/logfellow/logstash-logback-encoder)...
**Is your feature request related to a problem? Please describe.** During testing it may be necessary to disable the idempotency feature. Currently this can be achieved by setting the `POWERTOOLS_IDEMPOTENCY_DISABLED`...
To build the artifacts in `lambda` and `lambda-st` the readme talks about using the included maven wrapper to build and run the service. However there is no wrapper included in...
### Description Quarkus with its amazon-lambda extension has become my go-to framework when writing AWS Lambda functions. One of my favorite features is the creation of a ready-to-deploy `function.zip`. At...