JavaScript
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore
LICENSE
README.md
handler.js
package.json
serverless.yml
yarn.lock

README.md

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!