Skip to content

Kevinrob/aws-lambda-kotlin-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

43c78b9 Β· Jul 3, 2018

History

2 Commits
Jul 3, 2018
Jul 3, 2018
Jul 3, 2018
Jul 3, 2018
Jul 3, 2018
Jul 3, 2018
Jul 3, 2018
Jul 3, 2018

Repository files navigation

How to use this?

  • Fork/Clone/Download this project
  • In settings.gradle, change the rootProject.name
  • In build.gradle.kts, change group = "..."
  • In src/main/java/com/example/main.kt, change package com.example

How to build JAR?

  • Run Gradle task shadowJar with gradlew shadowJar
  • The JAR will be in build/libs/...-all.jar

... and after?

You can upload the JAR to AWS Lambda and starting playing with it! Enjoy! πŸ˜‰

About

Base project for using AWS Lambda with Kotlin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages