Template to build AWS serverless apps in clojurescript. Lambdas are built using shadow-cljs and deployed with serverless
- 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 inmain.cljs
- Add the lambda to
serverless.yml
and the folder name in the arrayLAMBDAS
at L28 - Deploy with
serverless deploy