AlisProject / environment

👨‍💻The environment valuables of the ALIS applications.

Home Page:https://alis.to

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

environment

The environment valuables of the ALIS applications.

Prerequisite

  • aws-cli
  • direnv

Usage

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

For DynamoDB Names

You can use a script to replace table names for template.yaml.

./dynamodb-table-replacer.sh

For APIs

./api-stack-replacer.sh

Linting

Prerequisite

  • yarn

Dependencies

yarn

Run

yarn cfn-lint validate template.sample.yaml

About

👨‍💻The environment valuables of the ALIS applications.

https://alis.to


Languages

Language:Shell 66.6%Language:JavaScript 33.4%