bundle-lambda

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

Usage no npm install needed!

<script type="module">
  import bundleLambda from 'https://cdn.skypack.dev/bundle-lambda';
</script>

README

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