Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
gradle/wrapper/ | H | 25-Apr-2025 | - | 8 | 7 | |
src/ | H | 25-Apr-2025 | - | 195 | 140 | |
README.md | H A D | 25-Apr-2025 | 327 | 16 | 10 | |
build.gradle.kts | H A D | 25-Apr-2025 | 2.5 KiB | 89 | 60 | |
build_and_deploy.sh | H A D | 25-Apr-2025 | 1 KiB | 26 | 8 | |
format.yaml | H A D | 25-Apr-2025 | 875 | 30 | 29 | |
gradle.properties | H A D | 25-Apr-2025 | 53 | 3 | 2 | |
gradlew | H A D | 25-Apr-2025 | 5.6 KiB | 186 | 125 | |
gradlew.bat | H A D | 25-Apr-2025 | 2.7 KiB | 90 | 68 | |
settings.gradle.kts | H A D | 25-Apr-2025 | 648 | 18 | 1 |
README.md
1# AWS Lambda to format Kotlin code using ktfmt 2 3## Build 4 5``` 6./gradlew build 7``` 8 9## Deploy 10 11``` 12./build_and_deploy.sh 13``` 14 15The script creates two jars, one with the `com.facebook.ktfmt.onlineformatter` package, and the other with all of its dependencies (including ktfmt itself). This makes deploying just the Lambda faster. 16