Is it possible to use x-ray patching for boto3 within a Glue python shell job using the standard deployed environment?
The aws-xray-sdk
library is not in the list of supported libraries. But not including the ability to instrument boto3
, which is in the supported library list, would seem like a glaring omission.
Thank you in advance for your consideration and response.