Skip to content

onema/uServerless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

µ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

About

Serverless Framework for AWS Lambda and Scala

Resources

License

Stars

Watchers

Forks

Packages

No packages published