Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,3 +309,31 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Bugfixes
- remove env var value from commanderjs flag definition [#409](https://github.com/motdotla/node-lambda/pull/409)

## [0.12.0] - 2018-08-10
### Features
- Implemente to specify bucket name of S3 [#458](https://github.com/motdotla/node-lambda/pull/458)
- Implement deployment using S3 (Create a bucket for each region.) [#455](https://github.com/motdotla/node-lambda/pull/455)
- Add class for uploading deploy package to S3 [#454](https://github.com/motdotla/node-lambda/pull/454)
- Fix to throw an error except ResourceNotFoundException [#452](https://github.com/motdotla/node-lambda/pull/452)
- Feature upload to s3 and deploy from bucket [#446](https://github.com/motdotla/node-lambda/pull/446)
- npm update [#445](https://github.com/motdotla/node-lambda/pull/445)
- Upgrade dependent packages [#441](https://github.com/motdotla/node-lambda/pull/441)
- Add simple test of `_deployToRegion()` and `deploy()` [#439](https://github.com/motdotla/node-lambda/pull/439)
- Remove unnecessary package load in `test/main.js` [#438](https://github.com/motdotla/node-lambda/pull/438)
- Add cache of `node modules` to CI setting [#436](https://github.com/motdotla/node-lambda/pull/436)
- Modify `require` to `{ }` statement [#435](https://github.com/motdotla/node-lambda/pull/435)
- Fix to use `includes` instead of `indexOf` [#433](https://github.com/motdotla/node-lambda/pull/433)
- Remove test code for Node.js4 [#432](https://github.com/motdotla/node-lambda/pull/432)
- Upgrade `fs-extra` [#431](https://github.com/motdotla/node-lambda/pull/431)
- Stop supporting Node.js 4 [#430](https://github.com/motdotla/node-lambda/pull/430)
- Fix using `klaw` instead of `fs.walk` [#424](https://github.com/motdotla/node-lambda/pull/424)
- Add Node.js10 to CI setting [#428](https://github.com/motdotla/node-lambda/pull/428)

### Bugfixes
- Fix StatementId [#451](https://github.com/motdotla/node-lambda/pull/451)
- Bugfix of initialValue of recude in s3events [#447](https://github.com/motdotla/node-lambda/pull/447)
- Added handling to catch and log error return from async lambda [#443](https://github.com/motdotla/node-lambda/pull/443)
- Log result of an async handler method by resolving promise if a promise [#440](https://github.com/motdotla/node-lambda/pull/440)
- Fix to display return value of handler [#427](https://github.com/motdotla/node-lambda/pull/427)
- Fix to set array when same bucket [#423](https://github.com/motdotla/node-lambda/pull/423)
125 changes: 37 additions & 88 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-lambda",
"version": "0.11.7",
"version": "0.12.0",
"description": "Command line tool for locally running and remotely deploying your node.js applications to Amazon Lambda.",
"main": "lib/main.js",
"directories": {
Expand Down Expand Up @@ -32,17 +32,17 @@
"author": "motdotla",
"license": "BSD-2-Clause",
"devDependencies": {
"aws-sdk-mock": "^4.0.0",
"aws-sdk-mock": "^4.1.0",
"chai": "^4.1.2",
"mocha": "",
"node-zip": "^1.1.1",
"standard": "^11.0.1"
},
"dependencies": {
"archiver": "^2.1.1",
"aws-sdk": "^2.279.1",
"aws-sdk": "^2.290.0",
"aws-xray-sdk-core": "^1.3.0",
"commander": "^2.16.0",
"commander": "^2.17.1",
"continuation-local-storage": "^3.2.1",
"dotenv": "^6.0.0",
"fs-extra": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ describe('lib/main', function () {
})

it('version should be set', () => {
assert.equal(lambda.version, '0.11.7')
assert.equal(lambda.version, '0.12.0')
})

describe('_codeDirectory', () => {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ atomic-batcher@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/atomic-batcher/-/atomic-batcher-1.0.2.tgz#d16901d10ccec59516c197b9ccd8930689b813b4"

aws-sdk-mock@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/aws-sdk-mock/-/aws-sdk-mock-4.0.0.tgz#759d938f5df5eda4ef90b0535059a61b2e57f4dd"
aws-sdk-mock@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/aws-sdk-mock/-/aws-sdk-mock-4.1.0.tgz#e156de7010640f0a399072c852146fbfea9ad4aa"
dependencies:
aws-sdk "^2.260.1"
sinon "^6.0.0"
Expand All @@ -181,9 +181,9 @@ aws-sdk@^2.260.1:
uuid "3.1.0"
xml2js "0.4.17"

aws-sdk@^2.279.1:
version "2.279.1"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.279.1.tgz#3a4fd4167932e4361dbdcfcb174ce4840ffcbf20"
aws-sdk@^2.290.0:
version "2.290.0"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.290.0.tgz#e0e4777a62ad29df3b86521a103b3f02189a30f5"
dependencies:
buffer "4.9.1"
events "1.1.1"
Expand Down Expand Up @@ -349,9 +349,9 @@ commander@2.9.0:
dependencies:
graceful-readlink ">= 1.0.0"

commander@^2.16.0:
version "2.16.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.16.0.tgz#f16390593996ceb4f3eeb020b31d78528f7f8a50"
commander@^2.17.1:
version "2.17.1"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf"

compress-commons@^1.2.0:
version "1.2.0"
Expand Down