efallancy / serverless-clj

Simple Clojure implementation of AWS Lambda service using Serverless

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serverless Clj

⚡️ 🤖

Simple AWS Lambda implementation in Clojure using Serverless framework.

Get started

Make sure leiningen and Serverless have been installed.

Deployment

Build the artifact before deployment (.jar file) by running the following command:

lein do clean, uberjar

The artifact can be found in target folder as serverless.jar.

To deploy, run the Serverless deploy command:

serverless deploy

About

Simple Clojure implementation of AWS Lambda service using Serverless

License:Eclipse Public License 2.0


Languages

Language:Clojure 100.0%