Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 403 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 403 Bytes

Build a Serverless API gateway with Node.js, TypeScript, SNS, Dynamodb etc

Prerequisites

Installation

Run:

yarn

Deployment

Run:

serverless deploy

Endpoints

  • POST /users - creates new user with auto-generated uuid
  • GET /user/{email} - get user by email