The environment valuables of the ALIS applications.
- aws-cli
- direnv
Set environment valuables.
cp -p ./.envrc.sample ./.envrc
direnv edit
Set SSM valuables.
cp -p ./template.sample.yaml ./template.yaml
# Edit valuables
vi template.yaml
Deployment.
./deploy.sh
You can use a script to replace table names for template.yaml
.
./dynamodb-table-replacer.sh
./api-stack-replacer.sh
- yarn
yarn
yarn cfn-lint validate template.sample.yaml