- Node JS v12.2.0
- NPM v6.9.0
- Serverless Framework
- Configure your AWS CLI
Clone the git repository.
$ git clone https://github.com/aayushshah/dd-cloudassessment.git
Change to project directory.
$ cd cd-cloudassessment
Install the Node.js packages
$ npm install
To run a function on your local
$ serverless invoke local --function list
$ serverless invoke local --function user --path test/user-event.json
$ serverless invoke local --function register --path test/register-event.json