Tags: kfriedman/node-lambda
Tags
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)
- Fix to deprecated the `configFile` option in the `pacakage` command [motdotla#344](motdotla#344) - Fix to set boolean in params.Publish [motdotla#346](motdotla#346)
- Improve deploy process with Promise [motdotla#327](motdotla#327) - Refactoring `_cleanDirectory` [motdotla#330](motdotla#330) - Refactoring `_npmInstall` [motdotla#331](motdotla#331) - Replace callback with Promise [motdotla#332](motdotla#332) - Upgrade commander.js [motdotla#334](motdotla#332) - Refactoring `_fileCopy` [motdotla#336](motdotla#336) - Add simple context method [motdotla#337](motdotla#337) - Refactoring `_archive` [motdotla#338](motdotla#338) - Refactoring `_listEventSourceMappings` [motdotla#339](motdotla#339) - Replace `var` with `const` [motdotla#341](motdotla#341) - Replace with arrow function [motdotla#342](motdotla#342) - Modify file used for test [motdotla#326](motdotla#326) - Update package-lock.json [motdotla#328](motdotla#328) - Remove `_rsync` [motdotla#329](motdotla#329) - Bugfixed that mode of file changes when zip is created [motdotla#335](motdotla#335)
- Fix to include only `package.json` in the source directory [motdotla#274](motdotla#274) - Fix os: deprecate 'tmpDir()' in favour of 'tmpdir()' https://github.c… [motdotla#275](motdotla#275) - Upgraded `aws-sdk`[motdotla#277](motdotla#277) - Unified in Camel Case & Remove unnecessary arguments [motdotla#278](motdotla#278) - Remove function `_nativeZip` [motdotla#279](motdotla#279) - Add known issue for duplicate trigger to ScheduleEvents section [motdotla#280](motdotla#280) - Feature simple callbackWaitsForEmptyEventLoop support [motdotla#284](motdotla#284) - Fix to use test handler by stopping replace processing of existing index.js [motdotla#285](motdotla#285) - Fix to use '===' instead of '==' (Including similar modifications) [motdotla#287](motdotla#287) - Replaced `rimraf` with `fs.remove` [motdotla#291](motdotla#291) - Refactored: JavaScript Standard Style [motdotla#292](motdotla#292) - Refactored and add test [motdotla#294](motdotla#294) - Refactored, improved error handling [motdotla#295](motdotla#295) - Remove semicolon (Automatic update with `standard --fix`) [motdotla#298](motdotla#298) - Adopted "JavaScript Standard Style" as coding style [motdotla#299](motdotla#299) - Replace async.js in _updateScheduleEvents with Promise [motdotla#302](motdotla#302) - Modify from `exec` to `execFile` with `_npmInstall` [motdotla#303](motdotla#303) - Automated NPM deploys (on tags) [motdotla#304](motdotla#304) - Add package-lock.json [motdotla#305](motdotla#305) - Added `_updateEventSources` test and refactoring [motdotla#308](motdotla#308) - Added test of function to upload Zip to Lambda [motdotla#309](motdotla#309) - Fix timing to check Runtime [motdotla#310](motdotla#310) - Feature event accept array [motdotla#311](motdotla#311) - Modify to use isArray [motdotla#312](motdotla#312) - Modify execution of multiple events to synchronous processing [motdotla#313](motdotla#313) - Fix to make `bin/node-lambda` conform to JavaScript Standard Style [motdotla#315](motdotla#315) - Replace asyncjs of _updateEventSources with Promise [motdotla#316](motdotla#316) - Replace async.js of deploy with Promise [motdotla#319](motdotla#319) - Modified the function used in `deploy` to return Promise [motdotla#320](motdotla#320) - Modify main process of deploy to another function [motdotla#323](motdotla#323) - Fix to use Proxy [motdotla#324](motdotla#324) - Remove the cleaning process after the test [motdotla#281](motdotla#281) - Fix run handler callback [motdotla#282](motdotla#282) - Remove 'os' [motdotla#286](motdotla#286) - Fix not specifying file name with test in package.json [motdotla#289](motdotla#289) - Update phase as it is necessary to separate release phase (.travis.yml) [motdotla#306](motdotla#306) - Refactoring and unnecessary package removal [motdotla#307](motdotla#307) - Modify `var` of global variable to `const` [motdotla#317](motdotla#317) - Remove Hoek [motdotla#318](motdotla#318)
- Fix use fs object [motdotla#236](motdotla#236) - Upgrade lodash [motdotla#237](motdotla#237) - Add file copy function without rsync command [motdotla#238](motdotla#238) - Add node.js 7 to `travis.yml` [motdotla#239](motdotla#239) - Set http timeout to 30 mins. [motdotla#240](motdotla#240) - Supported `TracingConfig` [motdotla#243](motdotla#243) - Fix to using `path` object [motdotla#249](motdotla#249) - Allow use of docker container for npm install [motdotla#251](motdotla#251) - Bugfix `_filecopy` exclude [motdotla#253](motdotla#253) - Fix to replace `_rsync` with `_fileCopy` [motdotla#254](motdotla#254) - Custom ScheduleEvent rule description [motdotla#257](motdotla#257) - Add test `functionName` pattern [motdotla#263](motdotla#263) - Added `- cwd` option to `npm install` command [motdotla#265](motdotla#265) - Add an overview of `event_sources.json` [motdotla#230](motdotla#230) - Cleanup of `main.js run` [motdotla#231](motdotla#231) - Fix results outputs [motdotla#233](motdotla#233) - Bugfix for backward compatible objects [motdotla#234](motdotla#234) - Fix after process of tests [motdotla#235](motdotla#235) - Fix to be the same specification as `--exclude` of rsync command (about function which is an alternative to rsync command) [motdotla#244](motdotla#244) - Fix to avoid `commander` bug [motdotla#247](motdotla#247) - Fix `fs.exists` deprecated [motdotla#250](motdotla#250) - Fix using `assert.include` [motdotla#252](motdotla#252) - Fix not doing anything if `event_sources.json` is not specified [motdotla#256](motdotla#256) - Fix using `path` [motdotla#258](motdotla#258) - Fix tests for windows [motdotla#259](motdotla#259) - Add Command Prompt to README [motdotla#266](motdotla#266) - Fix indexjs current style [motdotla#268](motdotla#268) - Fixed typo - Labmda => Lambda [motdotla#269](motdotla#269) - Fix not to create `.env` sample file with `_buildAndArchive` [motdotla#270](motdotla#270)
PreviousNext