You will need following things which you have to install on your own depending on your system.
After having all mentioned above dependencies just use the following commands:
Install aws, aws-sam, leiningen and clojure
brew tap aws/tap && brew install leiningen awscli aws-sam-cli clojure/tools/clojure
Configure default AWS profile via aws-cli
. This is necessary for making a bucket and deploying an application. If you just want to test holy-lambda on local then this step is not necessary, but you will be able to use limited set of commands.
aws configure
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close