kobbikobb / MyTaskAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Tasks API

A simple rest API for Tasks.

Run locally with a in memory database

  • npm run start-local

Test Locally running instance

GET

To create a produciton build for AWS Lambda

  • ./prod-build.sh
  • copy zip file from /prod-build/prod-build.zip into AWS Lambda.

  • Create a new DynamoDB table:
    • Name: my-task-dynamodb-table
    • Partition key: id

Format json in the terminal

  • brew install jq
  • curl .... | jq

About


Languages

Language:JavaScript 93.1%Language:Shell 3.6%Language:Dockerfile 3.2%