Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Tags: Acejoy/node-lambda

Tags

0.19.1

Toggle 0.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump to 0.19.1 (motdotla#565)

0.18.0

Toggle 0.18.0's commit message

Verified

This tag was signed with the committer’s verified signature.
DeviaVir Chase
[0.18.0] - 2021-02-19

Features
- feat: support nodejs14.x runtime
  [motdotla#553](motdotla#553)
- Upgrade Mocha to fix high sev vulnerability.
  [motdotla#551](motdotla#551)
- docs: add a note to the README about deploying container image
  [motdotla#549](motdotla#549)
- Support npm7 #[550](motdotla#550)
- feat: support for 'ImageUri' parameter
  [motdotla#548](motdotla#548)
- upgrade 'commander' to 7
  [motdotla#547](motdotla#547)
- ci: add 'fail-fast: false' setting
  #[546](motdotla#546)
- use starsWith instead of indexOf
  [motdotla#545](motdotla#545)
- Upgrade 'standard'
  [motdotla#543](motdotla#543)
- Update S3_LOCATION_POSSIBLE_VALUES
  [motdotla#542](motdotla#542)
- Bump bl from 4.0.2 to 4.0.3
  [motdotla#541](motdotla#541)
- Add description of vpc options
  [motdotla#540](motdotla#540)
- Upgrade packages
  [motdotla#538](motdotla#538)
- Bump lodash from 4.17.15 to 4.17.19
  [motdotla#536](motdotla#536)
- Add build badge in README
  [motdotla#534](motdotla#534)

0.17.0

Toggle 0.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bump to 0.17.0 (motdotla#533)

0.16.0

Toggle 0.16.0's commit message

Verified

This tag was signed with the committer’s verified signature.
DeviaVir Chase
[0.16.0] - 2020-02-12

Features

- Remove osx from travis motdotla#513
- Drop nodejs8.10 from runtime motdotla#516

0.14.0

Toggle 0.14.0's commit message

Verified

This tag was signed with the committer’s verified signature.
DeviaVir Chase
[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.13.0

Toggle 0.13.0's commit message
bump to 0.13.0 (motdotla#470)

0.12.0

Toggle 0.12.0's commit message

Verified

This tag was signed with the committer’s verified signature.
DeviaVir Chase
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

Toggle 0.11.7's commit message

Verified

This tag was signed with the committer’s verified signature.
DeviaVir Chase
[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

Toggle 0.11.6's commit message

Verified

This tag was signed with the committer’s verified signature.
DeviaVir Chase
[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

Toggle 0.11.5's commit message

Verified

This tag was signed with the committer’s verified signature.
DeviaVir Chase
[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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.