0.1.1 • Published 6 years ago

bundle-lambda v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

bundle-lambda

CLI to package up a lambda function and its node modules in a zip folder

Prerequisites

  • Node LTS
  • NPM or yarn

Installation

  1. npm install -g bundle-lambda or yarn global add bundle-lambda

Usage

Usage: bundle-lambda [<args>] [<options>]

Commands:
  bundle-lambda bundle  create a bundle of your project's files and node
                        modules

Options:
  -h, --help     Show help                                             [boolean]
  -v, --version  Show version number                                   [boolean]

Development

  1. yarn install
  2. yarn run build
0.1.1

6 years ago

0.1.0

6 years ago