onema / userverless   0.4.1

Apache License 2.0 GitHub

Serverless Framework for AWS Lambda and Scala

Scala versions: 2.13 2.12 2.11

µServerless for Scala

Build Status Codacy Badge Codacy Badge Documentation Status LICENSE

The µServerless package (pronounced micro-serverless) is a small collection of classes, traits and adapters to help you build AWS Lambda functions using scala.

Install

Add the following to your SBT config:

libraryDependencies += "io.onema" %% "userverless-core" % "<LATEST_VERSION>"

Overwatch

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

Documentation

For more information see the documentation section