Skip to content

Latest commit

 

History

History

serverless

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Total.js with Serverless example

Instructions:

  • install serverless $ npm install -g serverless
  • install the modules from NPM $ npm install
  • local test run $ serverless offline
  • open browser http://localhost:3000/dev
  • open browser for api http://localhost:3000/dev/api/users

Deploy on AWS Lambda: