Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 467 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 467 Bytes

serverless-nodejs

Requirements

  • Node

    • >=4 <=9
  • Serverless CLI

    • To install:
      • yarn global add serverless
      • npm install -g serverless

Get Started

Offline Usage

To hit the ground running without even configuring your AWS creds.

$ yarn install     # or use npm install
$ serverless offline start

Now, you can visit localhost:3000/hello and should see a simple message!