/springboot-kotlin-lambda-sample

Kotlin and lambda sample for springboot

Primary LanguageKotlin

springboot-kotlin-lambda-sample

Build Status

Sample application for spring boot with kotlin. It can be deployed to aws lambda. It implements basic spring boot functionality and a swagger ui for api references

  • /v1/diff//left and /v1/diff//right
  • /v1/diff/ to get diff-ed data

Build and Deploy

  • To build, run ./gradlew clean build
  • To deploy, run serverless deploy
  • To run as an API ./gradlew bootRun
  • Documentation can be found from http://localhost:8080/swagger-ui.html