data-api-client icon indicating copy to clipboard operation
data-api-client copied to clipboard

Support AWS XRay

Open seawatts opened this issue 3 years ago • 1 comments

It would be nice to be able to pass in our own instance of the AWS.RDS client so that we can wrap it with the aws-xray-sdk

You can find the docs for wrapping AWS clients here: https://www.npmjs.com/package/aws-xray-sdk-core#user-content-capture-all-outgoing-aws-requests

seawatts avatar Jun 02 '21 08:06 seawatts

Hi @seawatts @jeremydaly

I created a PR to address this issue. It not only enables the introduction of X-Ray, but decouples the library from any, specific aws-sdk version so the user can choose which version of the library they want to use.

rpawlaszek avatar Dec 15 '21 07:12 rpawlaszek