0.1.4 • Published 5 years ago

lambdapack v0.1.4

Weekly downloads
13
License
MIT
Repository
github
Last release
5 years ago

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
0.1.4

5 years ago

0.1.3

6 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago