-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated app for AWS Lambda Powertools logging. build.gradle Added Powertools dependencies, which required lowering JVM target from 17 to 16 due to AspectJ limitation. reflect-config.json, resource-config.json Adding log4j2 makes GraalVM complain loudly. You have to add a lot to those files to get it to run without crashing. Followed example here: https://github.com/muellerc/graalvm-sandbox/tree/main/log4j2-sandbox/src/main/resources/META-INF/native-image/com.amazonaws.sample.cmr.sns-throughput-optimization/log4j2-sandbox From this thread: oracle/graal#2008
- Loading branch information
Philip Yurchuk
committed
Sep 8, 2022
1 parent
213a871
commit b404f55
Showing
5 changed files
with
523 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.