Releases: motdotla/node-lambda
Releases · motdotla/node-lambda
[0.22.0] - 2022-02-17
[0.21.0] - 2021-11-10
[0.20.0] - 2021-09-25
[0.19.1] - 2021-04-24
[0.18.0] - 2021-02-19
[0.18.0] - 2021-02-19
Features
- feat: support nodejs14.x runtime #553
- Upgrade Mocha to fix high sev vulnerability. #551
- docs: add a note to the README about deploying container image #549
- Support npm7 #550
- feat: support for 'ImageUri' parameter #548
- upgrade 'commander' to 7 #547
- ci: add 'fail-fast: false' setting #546
- use starsWith instead of indexOf #545
- Upgrade 'standard' #543
- Update S3_LOCATION_POSSIBLE_VALUES #542
- Bump bl from 4.0.2 to 4.0.3 #541
- Add description of vpc options #540
- Upgrade packages #538
- Bump lodash from 4.17.15 to 4.17.19 #536
- Add build badge in README #534
[0.17.0] - 2020-05-14
[0.17.0] - 2020-05-14
Features
- Implement a simple API Gateway event #530
- [README] Add the 'apiGateway' option to the run command #532
- Add Node.js 14 to CI settings #524
- Drop old Node support #523
- Bump acorn from 7.0.0 to 7.1.1 #522
- Add Silent or quiet mode when deploying #520
- [README update] Add silent option to deploy command #521
- Update README (remove --endpoint of run subcommand, add --endpoint of deploy subcommand) #514
Bugfixes
[0.16.0] - 2020-02-12
[0.15.0] - 2019-12-11
Features:
- adds tagging on new and updated functions #508
- Add nodejs12.x to runtime #510
- Don't audit packages when installing #505
- Use ci instead of install when installing packages #502
- Add reference to TypeScript example/template #497
- Drop nodejs6.10 #495
- Warn on providing unknown commands #494
- Fix tests
[0.16.0] - 2020-02-12
Features:
0.14.0
[0.14.0] - 2019-05-25
Features
- Support Node.js 10.x #487
- Add Node.js 12 to CI setting #486
- Add file to configure aws authentication settings #482
- Add layers option to readme #481
- Add option to specify Lambda Layers #480
- Upgrade packages #479
- Add dockerVolumes option in package in order to mount additional volumes #473
- Add keepNodeModules option in package #472
Bugfixes
0.13.0
0.12.0
[0.12.0] - 2018-08-10
Features
- Implemente to specify bucket name of S3 #458
- Implement deployment using S3 (Create a bucket for each region.) #455
- Add class for uploading deploy package to S3 #454
- Fix to throw an error except ResourceNotFoundException #452
- Feature upload to s3 and deploy from bucket #446
- npm update #445
- Upgrade dependent packages #441
- Add simple test of
_deployToRegion()
anddeploy()
#439 - Remove unnecessary package load in
test/main.js
#438 - Add cache of
node modules
to CI setting #436 - Modify
require
to{ }
statement #435 - Fix to use
includes
instead ofindexOf
#433 - Remove test code for Node.js4 #432
- Upgrade
fs-extra
#431 - Stop supporting Node.js 4 #430
- Fix using
klaw
instead offs.walk
#424 - Add Node.js10 to CI setting #428