Name Date Size #Lines LOC

..--

gradle/wrapper/H25-Apr-2025-87

src/H25-Apr-2025-195140

README.mdH A D25-Apr-2025327 1610

build.gradle.ktsH A D25-Apr-20252.5 KiB8960

build_and_deploy.shH A D25-Apr-20251 KiB268

format.yamlH A D25-Apr-2025875 3029

gradle.propertiesH A D25-Apr-202553 32

gradlewH A D25-Apr-20255.6 KiB186125

gradlew.batH A D25-Apr-20252.7 KiB9068

settings.gradle.ktsH A D25-Apr-2025648 181

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