Details
AWS Lambda is a serverless compute cloud service which can reduce cost of execution and improve scalability for applications with unpredictable load. However it comes with cold starts and runtime restrictions which also affect JVM languages. In this talk we show how we can use Kotlin’s cross platform capabilities to overcome common problems JVM languages have on AWS Lambda.