userverless-core


License

License

GroupId

GroupId

io.onema
ArtifactId

ArtifactId

userverless-core_2.11
Last Version

Last Version

0.4.1
Release Date

Release Date

Type

Type

jar
Description

Description

userverless-core
userverless-core
Project URL

Project URL

https://github.com/onema/uServerless
Project Organization

Project Organization

io.onema
Source Code Management

Source Code Management

https://github.com/onema/uServerless

Download userverless-core_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/io.onema/userverless-core_2.11/ -->
<dependency>
    <groupId>io.onema</groupId>
    <artifactId>userverless-core_2.11</artifactId>
    <version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.onema/userverless-core_2.11/
implementation 'io.onema:userverless-core_2.11:0.4.1'
// https://jarcasting.com/artifacts/io.onema/userverless-core_2.11/
implementation ("io.onema:userverless-core_2.11:0.4.1")
'io.onema:userverless-core_2.11:jar:0.4.1'
<dependency org="io.onema" name="userverless-core_2.11" rev="0.4.1">
  <artifact name="userverless-core_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.onema', module='userverless-core_2.11', version='0.4.1')
)
libraryDependencies += "io.onema" % "userverless-core_2.11" % "0.4.1"
[io.onema/userverless-core_2.11 "0.4.1"]

Dependencies

compile (9)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
io.onema : userverless-events_2.11 jar 0.4.1
io.onema : json-extensions_2.11 jar 0.5.1
com.amazonaws : aws-lambda-java-events jar 2.2.5
com.amazonaws : aws-lambda-java-core jar 1.2.0
com.amazonaws.serverless : aws-serverless-java-container-core jar 0.9.1
com.typesafe.scala-logging : scala-logging_2.11 jar 3.9.2
ch.qos.logback : logback-classic jar 1.2.0
net.logstash.logback : logstash-logback-encoder jar 5.3

Project Modules

There are no modules declared in this project.

µ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

Versions

Version
0.4.1