aws / aws-xray-sdk-node

The official AWS X-Ray SDK for Node.js.
Apache License 2.0
267 stars 156 forks source link

Add support for the lamda-api web framework #612

Open benheymink opened 1 year ago

benheymink commented 1 year ago

This project already supports express and restify - it would be great to see support for the lambda-api package too. Should be very similar to the express module, as it follows the same req, res, next pattern.