Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.25 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.25 KB

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-2019 Juha Syrjälä

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