AWS Lambda function in Scala with Container Image
In this post, I will describe how you can write your code in Scala, package it in a Docker Container, and run it serverless with AWS Lambda. Scala project First, create a Scala project using sbt as the build tool. I have created a github repository w...
Jul 4, 20213 min read1.5K