moesif-aws-lambda-nodejs

Moesif AWS Lambda middleware for Node.js, for API Monitoring, Analytics, and Monetization.

OTHER License

Downloads
247
Stars
3
Committers
7
moesif-aws-lambda-nodejs - V2.0.6

Published by xinghengwang 29 days ago

  • remove of uneeded code.
moesif-aws-lambda-nodejs - v2.0.5

Published by xinghengwang about 1 month ago

  • if aws event.isBase64 is true, still verify aws event.body is indeed base64 encoded.
  • add X-Moesif-Transaction-Id support.
moesif-aws-lambda-nodejs - v2.0.3 Latest Release

Published by xinghengwang 2 months ago

updated axios

moesif-aws-lambda-nodejs - v2.0.2

Published by xinghengwang 3 months ago

  • eslint cleanup.
moesif-aws-lambda-nodejs - v2.0.1

Published by xinghengwang 3 months ago

  • update moesifapi to 2.1.6, which handles the case where some bundlers do not bundle json by default
moesif-aws-lambda-nodejs - v2.0.0

Published by xinghengwang 9 months ago

Support Governance Rules

moesif-aws-lambda-nodejs - v1.5.1

Published by xinghengwang about 1 year ago

  • Update dependencies
moesif-aws-lambda-nodejs - 1.3.2

Published by xinghengwang over 1 year ago

moesif-aws-lambda-nodejs - v1.3.1

Published by praves77 about 2 years ago

moesif-aws-lambda-nodejs - v1.3.0

Published by dgilling about 4 years ago

Add:

  • Support for async identifyUser and identifyCompany functions

Remove:

  • Unused method getTags
moesif-aws-lambda-nodejs - v1.2.8

Published by keyur9 about 4 years ago

Fix:

  • Request start time to use the current time
moesif-aws-lambda-nodejs - v1.2.7

Published by dgilling over 4 years ago

Add:

  • Ability to track outgoing API Calls

Fix:

  • Issue where async logging may be frozen when async is used for Node 8+
moesif-aws-lambda-nodejs - v1.2.5

Published by dkm199 almost 5 years ago

Fix: Event Request URI
Fix: Event Response time
Add: Direction field to event model
Add: Weight field to determine the weight of an API call
Refactor: Update README.md
Refactor: Update moesifapi dependency to 2.0.7

moesif-aws-lambda-nodejs - v1.2.4

Published by dgilling almost 5 years ago

Fixed:

  • Updated dependencies
moesif-aws-lambda-nodejs - v1.2.3

Published by dgilling almost 5 years ago

Fix:

  • Remove unused deps string
  • Fixed issue where index.js not included in NPM package.
moesif-aws-lambda-nodejs - v1.2.0

Published by dgilling about 5 years ago

Add:

  • Support for sampling and user supression
  • Identify company support
  • Use AWS Request time
  • Add metatdata support and store extra metadata
moesif-aws-lambda-nodejs - v1.1.0

Published by dgilling over 6 years ago

Update:

  • Dependencies for debug, request-ip, and moesifapi