jeremydaly / data-api-client

A "DocumentClient" for the Amazon Aurora Serverless Data API
MIT License
440 stars 60 forks source link

Externalizing aws-sdk instance #112

Closed rpawlaszek closed 2 years ago

rpawlaszek commented 2 years ago

This change allows to introduce AWS as a parameter. The parameter is optional, but if present - will be used instead of the default AWS instance to create the RDSDataService. With this - one can enable X-Ray tracing (which was the primary objective of the PR), yet it is not breaking any existing usage.