0.0.2 • Published 7 years ago

node_serverless_bundler v0.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Node Lamdba Bundler

I've been working with AWS Lambda lately and decided I wanted to try make a tool to streamline pushing up new versions.

How to use:

Write each of your Lambda scripts in a seperate folder with the script named index.js

then you can run:

$ bundle <directory_name>

this will find your script folder, copy your node_modules into that folder and then zip it.

TO DO:

  • aws command line/API integration for pushing it up to Lambda
  • tests
  • support for bundling multiple functions at once. I can imagine it being called 'bundle deploy' or somethiing like that