Files
2022-06-13 23:09:33 +08:00
..
2022-01-13 17:17:17 +01:00
2022-06-13 23:09:33 +08:00
2022-01-13 16:31:16 +01:00
2022-01-13 16:31:16 +01:00
2022-01-13 16:31:16 +01:00
2022-01-13 16:31:16 +01:00
2022-01-13 16:31:16 +01:00
2022-01-13 16:41:49 +01:00
2022-01-13 16:31:16 +01:00
2022-01-13 16:59:23 +01:00
2022-01-13 16:31:16 +01:00
2022-01-13 16:31:16 +01:00

Data server

Setup

aws configure

Development

npm run build # Build with webpack & check for type errors
npm test # Run tests
npm run format # Format code

Local dev server

npm run serve

Deploy

Just push your changes to the master branch.

Run scripts

export AWS_REGION="eu-central-1" && export tableName="prod-coins-table" && npx ts-node src/cli/SCRIPT.ts