Simple Task Manager App
Install and configure the aws cli. Navigate to the src folder and run the following.
Using Express
$ make dependencies
$ make run
Or using terraform
$ make deploy
This will build the app, download dependencies, and deploy the lambdas & services.
To tear down the infrastructure use:
$ make destroy
Express
$ make dependencies
$ make run
This will launch a local server to test the api
- Create Task: POST /task;
- Read Task: GET /task/:id?; e.g. click me
- Update Task: PUT /task/:id;
- Delete Task: DELETE /task/:id;
- Run Daily: GET /daily;
See swagger.json
Additional options in src/config.js