carpe / scalambda

Toolkit for building/deploying Lambda Functions with SBT
https://carpe.github.io/scalambda/docs/
41 stars 6 forks source link
aws aws-lambda aws-lambda-scala sbt sbt-plugin scala terraform terraform-aws

Scalambda

Cats Friendly Badge

Deploying Lambda functions is time-consuming, so we built Scalambda to make it quick and easy. Using Scalambda, you can enable developers to easily build and deploy their own Lambda Functions (and/or ApiGateway instances) with little to no effort or knowledge of AWS required.

Create a new Project

The easiest way to get started with Scalambda is via the Giter template. Run the following to get started immediately:

sbt --supershell=false new carpe/scalambda.g8

Check it out at https://github.com/carpe/scalambda.g8

Add to an existing Project

Add the plugin to your project in the project/plugins.sbt file:

addSbtPlugin("io.carpe" % "sbt-scalambda" % "6.4.0")

Motivation

Our motivations for Scalambda were:

Scalambda started as an internal-only project over a year ago. Over the course of its lifetime it has received a TON of feedback and refinement from several of our teams and friends. Thanks to their efforts, we think we've managed to land on a solution that is an incredibly powerful tool.

What is it?

Scalambda itself is composed of three separate libraries. Each of them can be used independently depending on your project's use case and your team's toolchain.

(Short-term) Roadmap

Top priority is continue to create more documentation as well as add some example projects to help people get their Lambda Functions deployed even quicker.

In the meantime, if you have any questions, please don't hesitate to Open an Issue on our Github repo!