Has anyone had any joy deploying Kotlin class as an AWS lambda function?
Attempting to pass JSON to a Kotlin data class (POJO doesn't sound right, should we use POKO?) but getting issues as AWS requires the POJO class to have a default, empty constructor.