You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like botocore is no longer using requests and implements it's own HTTP wrapper now. Will need to reimplement/revise the monkey patching for newer versions.
kolanos
added a commit
to kolanos/iopipe-python
that referenced
this issue
Jun 6, 2019
* Add monkey patching for botocore.httpsession
Closes#319
* Rmove AWSResponse, don't need it
* Add monkey patching test
* Add mock filter to test
* Make monkey patching python2.7 compatible
Description
When using python3.7 runtime, requests made via
boto3
are not being auto traced. When changing the runtime to 3.6 it started tracingSteps to reproduce the issue:
Describe the results you received:
Nothing showing up in the tracing tab
Describe the results you expected:
The s3 call to list all buckets be auto traced
The text was updated successfully, but these errors were encountered: