Skip to content

Node.js API starter project using Serverless & Typescript

Notifications You must be signed in to change notification settings

jimmy-dg/node-serverless-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-serverless-api

Example Node.js API built using the Serverless frameowrk.

  • API: AWS API Gateway & AWS Lambda
  • Authentication & Authorization: AWS Cognito

Prerequisites

  • Python 3+
  • Node 10.x

Quick Start

Install aws-cli

pip3 install awscli --upgrade --user

Configure AWS credentials

aws configure

Install Serverless framework

npm i -g serverless

Deploy API

serverless deploy

About

Node.js API starter project using Serverless & Typescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published