Skip to content

How To Start Typescript + Node AWS Function With ServerlessJS?

Notifications You must be signed in to change notification settings

codetheworld-io/ts-jest-serverless

Repository files navigation

ts-jest-serverless

Source code for How To Start Typescript + Node AWS Function With ServerlessJS?

How to start?

  1. Install dependencies
npm ci
  1. Run unit test
npm run test
  1. Start dev server
npm run offline
  1. Play
curl --location --request POST 'localhost:3000/hello' \
    --header 'Content-Type: application/json' \
    --data-raw '{ "name": "hoangdv" }'

About

How To Start Typescript + Node AWS Function With ServerlessJS?

Topics

Resources

Stars

Watchers

Forks