Write an AWS Lambda Function with Kotlin and Micronaut | raywenderlich.com

In this Kotlin tutorial, you’ll learn how to create a “Talk like a pirate” translator and deploy it to AWS Lambda as a function.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/5777183-write-an-aws-lambda-function-with-kotlin-and-micronaut

Thanks so much for this helpful tutorial! It could get through it, but unfortunately not without issues.

There were two things that should be updated in the tutorial, so that others can easily get through it:

  1. When adding an API-Gateway trigger, it is now required to choose an "API Type , which can be either “HTTP” or “REST”. To follow along the tutorial, one needs to choose “REST”.

  2. The micronaut version of the function needs to be named “pirate-translator” not “app”. If it’s called “app” it does not run when replacing the old .jar with the new micronaut version of the function.

@sdelamo Can you please help with this when you get a chance? Thank you - much appreciated! :]

This tutorial is more than six months old so questions are no longer supported at the moment for it. Thank you!