Skip to content

Releases: motdotla/node-lambda

[0.22.0] - 2022-02-17

17 Feb 09:51
10f1e21
Compare
Choose a tag to compare

[0.22.0] - 2022-02-17

Features

  • Support for Architectures parameter #591

Bugfixes

  • fix: skip installing the package, when there is no package.json #589

[0.21.0] - 2021-11-10

12 Nov 16:23
435c6bd
Compare
Choose a tag to compare

[0.21.0] - 2021-11-10

Features

  • feat: support for yarn #581

[0.20.0] - 2021-09-25

28 Sep 13:13
84f831b
Compare
Choose a tag to compare

[0.20.0] - 2021-09-25

Features

  • updated proxy-agent to 5.0.0 #574
  • show suggestions after an error for an unknown command or option #572
  • feat: drop nodejs10x from lambda runtime #571

Bugfixes

  • fix(_uploadExisting): fix function update errors #575
  • test: fix npm install test failing in some cases #569
  • Clean the tmp dir during _archivePrebuilt to match _buildAndArchive behavior #518

[0.19.1] - 2021-04-24

24 Apr 19:24
55e8e7c
Compare
Choose a tag to compare

[0.19.1] - 2021-04-24

Bugfixes

  • Fix errors caused by old proxy-agent #564

[0.18.0] - 2021-02-19

20 Feb 08:25
0.18.0
e7207d9
Compare
Choose a tag to compare

[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

14 May 17:37
797a385
Compare
Choose a tag to compare

[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

  • Upgrade "aws-xray-sdk-core" #529
  • Fix Lambda update failure #526

[0.16.0] - 2020-02-12

12 Feb 21:49
0.16.0
d0210d6
Compare
Choose a tag to compare

[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
    • Fix GitHub Actions workflow #506
    • Fix npm ci test. #509
    • Remove appveyor.yml #504
    • Modify unit tests #501
    • Fix GitHub Actions workflow #500
    • Add GitHub Actions workflow #499

[0.16.0] - 2020-02-12

Features:

  • Remove osx from travis #513
  • Drop nodejs8.10 from runtime #516

0.14.0

27 May 10:15
0.14.0
Compare
Choose a tag to compare

[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

  • Remove 'packageDirectory' option from 'deploy' #484
  • Update s3deploy bucket handling #475
  • Fix Docker volume mount from OSX - #461 #471

0.13.0

15 Nov 13:21
Compare
Choose a tag to compare

[0.13.0] - 2018-11-15

Features

  • Drop nodejs4.3 #469
  • Update maximum timeout value from 300 to 900 #465
  • Modify to follow the rules of the new 'standard' #463
  • Add 'osx' to CI os #464
  • Update CI test to LTS version #462
  • Upgrade archiver #460

Bugfixes

  • Fix value of StartingPosition #467

0.12.0

16 Aug 10:28
0.12.0
Compare
Choose a tag to compare

[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() and deploy() #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 of indexOf #433
  • Remove test code for Node.js4 #432
  • Upgrade fs-extra #431
  • Stop supporting Node.js 4 #430
  • Fix using klaw instead of fs.walk #424
  • Add Node.js10 to CI setting #428

Bugfixes

  • Fix StatementId #451
  • Bugfix of initialValue of recude in s3events #447
  • Added handling to catch and log error return from async lambda #443
  • Log result of an async handler method by resolving promise if a promise #440
  • Fix to display return value of handler #427
  • Fix to set array when same bucket #423