Skip to content

Commit

Permalink
add install and document instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
swyxio authored Aug 25, 2018
1 parent 05fc454 commit f12105b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ This is a small CLI tool that helps with building or serving lambdas built with

The goal is to make it easy to work with Lambda's with modern ES6 without being dependent on having the most state of the art node runtime available in the final deployment environment and with a build that can compile all modules into a single lambda file.

## Installation

We recommend installing locally rather than globally: `yarn add -D netlify-lambda`

At the present moment you may have to also install peer dependencies [as documented here](https://github.com/netlify/netlify-lambda/issues/35) - we will correct this for the next release when we update our [webpack and babel versions](https://github.com/netlify/netlify-lambda/pull/15).

## Usage

Netlify lambda installs two commands:
Expand Down

0 comments on commit f12105b

Please sign in to comment.