Liking cljdoc? Tell your friends :D

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.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close