Skip to content

Template to build AWS serverless app in clojurescript

Notifications You must be signed in to change notification settings

andrewinci/clojure-serverless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clojurescript AWS serverless template

Template to build AWS serverless apps in clojurescript. Lambdas are built using shadow-cljs and deployed with serverless

Getting start

  • For each lambda of your application copy the lambda-template folder and rename as you wish.
  • Write your lambda in clojurescript and leave main/handler as entry point in main.cljs
  • Add the lambda to serverless.yml and the folder name in the array LAMBDAS at L28
  • Deploy with serverless deploy

About

Template to build AWS serverless app in clojurescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published