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...
deepdive.codiply.com3 min read