You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 years ago | |
|---|---|---|
| .. | ||
| gradle/wrapper | 2 years ago | |
| src | 2 years ago | |
| README.md | 2 years ago | |
| build.gradle.kts | 2 years ago | |
| build_and_deploy.sh | 2 years ago | |
| format.yaml | 2 years ago | |
| gradle.properties | 2 years ago | |
| gradlew | 2 years ago | |
| gradlew.bat | 2 years ago | |
| settings.gradle.kts | 2 years ago | |
README.md
AWS Lambda to format Kotlin code using ktfmt
Build
./gradlew build
Deploy
./build_and_deploy.sh
The 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.