Skip to content

Tags: ekkards/node-lambda

Tags

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)