DEV Community

Discussion on: Creating an AWS Lambda Kotlin function

Collapse
 
stephanatwhich profile image
Stephan Schroeder

I actually created an AWS Lambda in Kotlin myself: emailsender. Since it's for my private site and doesn't require a lot of updates (it's basically deploy once, update (potentially) never), I didn't bother setting up a pipeline (install/configure the AWS CLI). I just made sure that my Kotlin project compiles to Java8 bytecode (by now a Java11 is supported as well) and uploaded the resulting jar-file directly to Lambda via the AWS web-interface into a project using the Java8-Runtime.