Two apps are communicating with each other through events & commands.
- Node v8.10.0
- Serverless.com CLI
- Yarn/Npm
- Install dependencies:
yarn install - Add
.envfile with content similar to provided in .env.example file - Install local dynamodb (required workaround):
serverless dynamodb install - Run tests:
yarn test - Run for development:
yarn start- If there are any problems with running:
sls dynamodb install --localPath ./binshould fix them, (aws-sdkrequired to install :npm i -g aws-sdk)
- If there are any problems with running:
- Check lint issues:
yarn lint
- Commit messages style
- Eslint:
babel-eslint - Prettier
- Platform: Node.js
- Programming language: Javascript (ES6)
- Framework: Serverless.com
- Main AWS Services: Lambda, DybamoDB
- Rewrite to TypeScript