The µServerless package (pronounced micro-serverless) is a small collection of classes, traits and adapters to help you build AWS Lambda functions using scala.
Add the following to your SBT config:
libraryDependencies += "io.onema" %% "userverless-core" % "<LATEST_VERSION>"
All your lambda functions build on top of µServerless log information about errors, metrics, and different log levels. The Overwatch listens for these logs and parses them reporting metrics and errors. The Overwatch is installed independently from your applicaiton, and you can find more information in the GitHub repository µServerless Overwatch
NOTE:
The Overwatch is not required to use µServerless, but it will enable you to have greater visibility into your applications
For more information see the documentation section