werenall / aws-lambda-serverless

Leiningen template for generating AWS Lambda and Serverless based projects with Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-lambda-serverless

Build Status Clojars Project

A Leiningen template for creating a AWS Lambda that gets deployed with Serverless.

The template is published to Clojars.

Functionality

aws-lambda-serverless template creates a Clojure project that is suitable for creating an AWS Lambda function with a Serverless template for deploying the AWS Lambda function easily.

The template sets up Logback based logging via org.clojure/tools.logging.

The logs are stored to Amazon CloudWatch by default with 30 days retention.

Usage

lein new aws-lambda-serverless my-project

License

Copyright © 2017-2018 Juha Syrjälä

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Leiningen template for generating AWS Lambda and Serverless based projects with Clojure

License:Eclipse Public License 1.0


Languages

Language:Clojure 90.9%Language:Shell 9.1%