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_PROFILE
environment variable
:information_source: Alternatively you can set both
AWS_ACCESS_KEY_ID
&AWS_SECRET_ACCESS_KEY
environment variables, then switchHL_NO_PROFILE
environment variable totrue|1
aws configure
AWS 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 is a website building & hosting documentation for Clojure/Script libraries
× close