Node Lambda Babel Template Versions Save

A minimal template for an ES2015+ Node.js app running on AWS Lambda (w/ babel and webpack).

v2.4.0

6 years ago

v2.2.1

7 years ago

v2.2.0

7 years ago
  • Uses Babel's latest preset by default instead of only es2015.

v2.1.2

7 years ago
  • Adds missing prepackage script to build index.js before creating the zip file.

v2.1.1

7 years ago
  • Updates webpack.config.jsbabel-loader is now just babel and var is now const. This was totally unnecessary, but it bugged me.
  • You can now run npm run package instead of npm run lambda -- package. Development files (like .nvmrc and webpack.config.js are excluded from the deployable package with --excludeGlobs, but node-lambda doesn't seem to always exclude all the files listed.
  • npm run setup was also added (though this shouldn't ever be needed as npm install does this with the postinstall script.

v2.1.0

7 years ago