- Fork/Clone/Download this project
- In
settings.gradle
, change therootProject.name
- In
build.gradle.kts
, changegroup = "..."
- In
src/main/java/com/example/main.kt
, changepackage com.example
- Run Gradle task
shadowJar
withgradlew shadowJar
- The JAR will be in
build/libs/...-all.jar
You can upload the JAR to AWS Lambda and starting playing with it! Enjoy! 😉