lambdapack

0.1.4 • Public • Published

lambda-pack

Package your AWS Lambda efficiently, ready to be deployed with apex/up

Installation

Install and save to devDependencies:

npm install --save-dev lambdapack

Project configuration

Run for the first time in your node.js project root folder:

npx lambdapack

This will setup everything that is needed:

  • Add scripts to package.json
  • Create webpack.config.babel.js file
  • Create/Update .babelrc config file
  • Create/Update up.json file

Deploy

Now you can deploy using apex/up:

up

and

up deploy production

Future improvements

  • Bundle Node.js 8 (or latest) inside package
  • Allow to customize the whitelist and blacklist
  • Support other deployment methods other than apex/up

Package Sidebar

Install

npm i lambdapack

Weekly Downloads

1

Version

0.1.4

License

MIT

Unpacked Size

9.98 kB

Total Files

9

Last publish

Collaborators

  • berzniz