This is a api for adding and show author and her publications, using serverless and amazon dynamodb.
- Serverless
- Mocha( for test )
- Typescript
npm install serverless mocha typescript -g
After downloading, run the following at the command line to run the repository:
npm install
npm run build
npm run deploy
- aws-sdk
- uuid
Config the end-pont url in test/author.test.ts
this.server_url = '{{SERVER_URL}}';
this.enviroment = '{{ENVIROMENT}}';
this.api_url = 'API_URL';
npm run build
npm run test