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