issues
search
serverless
/
dashboard
MIT License
26
stars
10
forks
source link
[Python AWS Lambda SDK] Fix dev mode http requests
#811
Closed
selcukcihan
closed
1 year ago
selcukcihan
commented
1 year ago
Description
Related issue
https://linear.app/serverless/issue/SC-1196/issue-with-instrumenting-requests-library-in-python#comment-06bed46f
Peek into the response stream without consuming it, in case it's available (this is for the case where the http request is issued using the "requests" library).
Testing done
Unit tests were enhanced to reproduce the issue and validate the fix
Integration tested
selcukcihan
commented
1 year ago
@medikoo ready for review please 🙏
Description
Testing done