HL requires the following tools to be available
:information_source: Docker should be installed separately
:information_source: Provided installation method requires brew
brew tap aws/tap && \
brew install clojure/tools/clojure borkdude/brew/babashka awscli aws-sam-cli
This part is necessary for HL to operate, since HL requires valid AWS profile to be set up.
:information_source: You can change the AWS profile that HL uses via
HL_PROFILEenvironment variable
:information_source: Alternatively you can set both
AWS_ACCESS_KEY_ID&AWS_SECRET_ACCESS_KEYenvironment variables, then switchHL_NO_PROFILEenvironment variable totrue|1
aws configureAWS Access Key ID field paste the copied Access key ID from the previous section.AWS Secret Access Key field paste the copied Secret access key from the previous section.Default region name field type any of the available AWS region to which the lambdas should be deployed.Default output format you can just press enter.Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |