Skip to content

Tags: nonword/node-lambda

Tags

0.11.3

Toggle 0.11.3's commit message
- Fix symlink at zip

[motdotla#348](motdotla#348)

0.11.2

Toggle 0.11.2's commit message
- 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)

0.11.1

Toggle 0.11.1's commit message
- 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)

0.11.0

Toggle 0.11.0's commit message
- 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)

0.10.0

Toggle 0.10.0's commit message
- 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)

0.9.0

Toggle 0.9.0's commit message
[0.9.0] - 2017-04-13

Features:
- Add tests for _readArchive
[motdotla#213](motdotla#213)
- Add tests for event_sources.json
[motdotla#214](motdotla#214)
- Add tests for DeadLetterConfig
[motdotla#215](motdotla#215)
- Add _readArchive tests called in _archive
[motdotla#216](motdotla#216)
- modify badge from png to svg
[motdotla#227](motdotla#227)
- ScheduleEvents
[motdotla#228](motdotla#228)

Bugfixes:
- Bugfix InvalidParameterValueException is given when createFunction
[motdotla#209](motdotla#209)
- Clean unnecessary `else`
[motdotla#217](motdotla#217)
- Refactor _eventSourceList
[motdotla#218](motdotla#218)
- Clean deploy function
[motdotla#220](motdotla#220)
- Fix default value of params.Environment.Variables is null
[motdotla#221](motdotla#221)
- Fix to use authenticated `aws` object in main.js
[motdotla#225](motdotla#225)
- Changed the format of `event_sources.json`
[motdotla#226](motdotla#226)

0.8.15

Toggle 0.8.15's commit message
- Added DeadLetterConfig parameter

[motdotla#206](motdotla#206)

- Fix default value of EVENT_SOURCE_FILE set ''
[motdotla#205](motdotla#205)
- Removed event_sources.json
[motdotla#204](motdotla#204)
- Add -S, --eventSourceFile option.
[motdotla#203](motdotla#203)

0.8.14

Toggle 0.8.14's commit message
- Event source mapping support [motdotla#189](motdotla#189)

- Fix version of Node.js supported by AWS Lambda [motdotla#197](motdotla#197)
- How about it if you have the option to specify the zip file? [motdotla#199](motdotla#199)
- Add 'Runtime' to the params of lambda.updateFunctionConfiguration [motdotla#200](motdotla#200)

- Fix unit test failure at travis [motdotla#198](motdotla#198)