Skip to content

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

License

Notifications You must be signed in to change notification settings

jsyrjala/aws-lambda-serverless

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages