A Leiningen template for creating a AWS Lambda that gets deployed with Serverless.
The template is published to Clojars.
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.
lein new aws-lambda-serverless my-project
Copyright © 2017-2019 Juha Syrjälä
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.