0.5.0 • Published 3 years ago

@germanamz/pack-lambda v0.5.0

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

pack-lambda

Effortless lambda packaging for nodejs.

Installation

This package its meant to be used as a cli tool.

npm i -g pack-lambda

CLI usage

packl path/to/your/lambda/soruce output/path

Supported cli options (name?: type = default)

  • production?: boolean = false // process in production mode
  • typescript?: boolean = false // uses typescript as the entry
  • out?: string = 'index.js' // defined the output filename
  • entry?: string = 'index.tjs' // Depending on typescript flag

Node usage

import {}