From 48fd291b1d24ef992bf7a999b375d2d38a36ed1e Mon Sep 17 00:00:00 2001
From: buildmaster
As pointed out in the Notes on JAR Layout, you wil need a shaded jar in order to upload it +
As pointed out in the Notes on JAR Layout, you will need a shaded jar in order to upload it to AWS Lambda. You can use the Maven Shade Plugin for that. The example of the setup can be found above.
As pointed out in Notes on JAR Layout, you wil need a shaded jar in order to upload it +
As pointed out in Notes on JAR Layout, you will need a shaded jar in order to upload it to AWS Lambda. You can use the Gradle Shadow Plugin for that: