Skip to content

JuniYadi/serverless-aws-mysql

Repository files navigation

Serverless AWS MySQL

Stack

  • NodeJS
  • TypeScript
  • Serverless Framework
  • Serverless HTTP
  • Sequelize (MySQL)
  • ExpressJS
    • Helmet
    • Express Validator
  • JSON Web Token

Route with Middleware

Type Path Token
POST /auth/register No
POST /auth/login No
GET /me Yes
GET /user No
POST /user No
GET /user/:id No
PATCH /user/:id No
DELETE /user/:id No

How to Use

Install

yarn install

Run

yarn dev

About

Serverless AWS with MySQL TypeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors