File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 77[ ![ Source Code] [ ico-source ]] [ link-source ]
88
99Node.js Middleware for AWS Lambda that automatically logs API calls
10- and sends to [ Moesif] ( https://www.moesif.com ) for API analytics and log analysis .
10+ and sends to [ Moesif] ( https://www.moesif.com ) for API analytics and monitoring .
1111
1212Designed for APIs that are hosted on AWS Lambda using Amazon API Gateway or Application Load Balancer
13- as a trigger.
13+ as a trigger. Works with REST APIs, GraphQL APIs (such as with apollo-server-lambda) and more.
1414
1515[ Source Code on GitHub] ( https://github.com/moesif/moesif-aws-lambda-nodejs )
1616
@@ -21,8 +21,8 @@ as a trigger.
2121 <br>
2222 <p>
2323 Alternatively, if you're running the Node.js Express Framework on AWS Lambda and prefer to not have any AWS specific dependencies,
24- Moesif has <a href="https://www.moesif.com/docs/server-integration/express /">Express Middleware</a> also available.
25- However, moesif-express won't capture lambda specific context like Trace Id.
24+ Moesif has <a href="https://www.moesif.com/docs/server-integration/nodejs /">Express Middleware</a> also available.
25+ However, moesif-nodejs won't capture lambda specific context like Trace Id.
2626 </p>
2727</div >
2828
@@ -484,7 +484,8 @@ moesifMiddleware.updateCompaniesBatch(companies, callback);
484484
485485## Examples
486486
487- - [ A complete example is available on GitHub] ( https://github.com/Moesif/moesif-aws-lambda-node-js-example ) .
487+ - [ REST API Example on GitHub] ( https://github.com/Moesif/moesif-aws-lambda-node-js-example ) .
488+ - [ Apollo GraphQL Example on GitHUb] ( https://github.com/Moesif/moesif-aws-lambda-apollo-example ) .
488489
489490## Other integrations
490491
You can’t perform that action at this time.
0 commit comments