Tags: teebu/node-lambda
Tags
[0.16.0] - 2020-02-12 Features - Remove osx from travis motdotla#513 - Drop nodejs8.10 from runtime motdotla#516
[0.14.0] - 2019-05-25 Features - Support Node.js 10.x [motdotla#487](motdotla#487) - Add Node.js 12 to CI setting [motdotla#486](motdotla#486) - Add file to configure aws authentication settings [motdotla#482](motdotla#482) - Add layers option to readme [motdotla#481](motdotla#481) - Add option to specify Lambda Layers [motdotla#480](motdotla#480) - Upgrade packages [motdotla#479](motdotla#479) - Add dockerVolumes option in package in order to mount additional volumes [motdotla#473](motdotla#473) - Add keepNodeModules option in package [motdotla#472](motdotla#472) Bugfixes - Remove 'packageDirectory' option from 'deploy' [motdotla#484](motdotla#484) - Update s3deploy bucket handling [motdotla#475](motdotla#475) - Fix Docker volume mount from OSX - motdotla#461 [motdotla#471](motdotla#471)
0.12.0 - Implemente to specify bucket name of S3 [motdotla#458](motdotla#458) - Implement deployment using S3 (Create a bucket for each region.) [motdotla#455](motdotla#455) - Add class for uploading deploy package to S3 [motdotla#454](motdotla#454) - Fix to throw an error except ResourceNotFoundException [motdotla#452](motdotla#452) - Feature upload to s3 and deploy from bucket [motdotla#446](motdotla#446) - npm update [motdotla#445](motdotla#445) - Upgrade dependent packages [motdotla#441](motdotla#441) - Add simple test of `_deployToRegion()` and `deploy()` [motdotla#439](motdotla#439) - Remove unnecessary package load in `test/main.js` [motdotla#438](motdotla#438) - Add cache of `node modules` to CI setting [motdotla#436](motdotla#436) - Modify `require` to `{ }` statement [motdotla#435](motdotla#435) - Fix to use `includes` instead of `indexOf` [motdotla#433](motdotla#433) - Remove test code for Node.js4 [motdotla#432](motdotla#432) - Upgrade `fs-extra` [motdotla#431](motdotla#431) - Stop supporting Node.js 4 [motdotla#430](motdotla#430) - Fix using `klaw` instead of `fs.walk` [motdotla#424](motdotla#424) - Add Node.js10 to CI setting [motdotla#428](motdotla#428) - Fix StatementId [motdotla#451](motdotla#451) - Bugfix of initialValue of recude in s3events [motdotla#447](motdotla#447) - Added handling to catch and log error return from async lambda [motdotla#443](motdotla#443) - Log result of an async handler method by resolving promise if a promise [motdotla#440](motdotla#440) - Fix to display return value of handler [motdotla#427](motdotla#427) - Fix to set array when same bucket [motdotla#423](motdotla#423)
[0.11.7] - 2018-04-12 Features - AWS X-Ray SDK Support [motdotla#414](motdotla#414) - Upgrade `standard` [motdotla#416](motdotla#416) - Added support for using custom endpoints like localstack [motdotla#417](motdotla#417) - NodeJS 8.10 runtime now available [motdotla#419](motdotla#419) Bugfixes - remove env var value from commanderjs flag definition [motdotla#409](https://github.com/motdotla/node-ambda/pull/409)
[0.11.6] - 2018-01-07 Features - Refactoring lib/main.js [motdotla#398](motdotla#398) - Remove unnecessary `return this` for constructor [motdotla#399](motdotla#399) - Remove unnecessary try-cache [motdotla#401](motdotla#401) - Add event_sources.json to setup message [motdotla#402](motdotla#402) - Modify using template literals [motdotla#403](motdotla#403) - Remove unnecessary promise chain [motdotla#404](motdotla#404) - Local/Cloud flag [motdotla#405](motdotla#405)
[0.11.5] - 2017-12-11 Features - Move node-zip to devDependencies [motdotla#378](motdotla#378) - Added the ability to set constants when scheduling a Lambda function Cloudwatch event [motdotla#380](motdotla#380) - Update CI's Node.js to LTS and latest version [motdotla#386](motdotla#386) - Update packages [motdotla#392](motdotla#392) - Added class to set S3 events [motdotla#393](motdotla#393) - Add updateS3Events to main [motdotla#394](motdotla#394) - Refactoring lib/schedule_events.js [motdotla#395](motdotla#395) Bugfixes - Set docker run working directory so npm install works [motdotla#381](motdotla#381) - Change short option of `--tracingConfig` to `-c` [motdotla#385](motdotla#385) - Fix to use Proxy when run locally [motdotla#389](motdotla#389)
[0.11.4] - 2017-09-22 Features - Remove configFile Option of package command in README [motdotla#350](motdotla#350) - Remove configFile option in package command [motdotla#351](motdotla#351) - Uprade chai [motdotla#352](motdotla#352) - Add the ability to set KMSKeyArn to a Lambda function [motdotla#356](motdotla#356) - Add appveyor.yml[motdotla#357](motdotla#357) - Add function for setting CloudWatchLogs RetentionPolicy [motdotla#359](motdotla#359) - Switch ScheduleEvents to class syntax [motdotla#360](motdotla#360) - Add `_setLogsRetentionPolicy` to `lib/main.js` [motdotla#361](motdotla#361) - Change `lib/main.js` to class syntax [motdotla#362](motdotla#362) - Use stable node, at npm release. [motdotla#370](motdotla#370) - Add option to disable run multiple [motdotla#372](motdotla#372) Bugfixes - Update repository url [motdotla#358](motdotla#358) - Fix deploy command exit code [motdotla#366](motdotla#366) - Add invalidation of log output to make the test result easier to read [motdotla#367](motdotla#367) - Fix commandline version option [motdotla#368](motdotla#368) - Change: Ensure dotenv.load called before AWS load [motdotla#369](motdotla#369) - Update README with latest output for 'node-lambda run -h' [motdotla#373](motdotla#373) - Update Usage of README [motdotla#374](motdotla#374)
PreviousNext