add trace support across event flow
food for thought at this point
- add optional util and connector support to initialize x-ray
- include trace id in events as a tag or special header
- define standard field to store trace id in data stores like dynamodb and s3 records so the from functions can make them available to pipelines
- update sinks and queries to pass trace id to sdk calls per pipeline/uow
add trace support across event flow
food for thought at this point