issues
search
serverless
/
dashboard
MIT License
26
stars
10
forks
source link
[Python Lambda SDK] Remove wrapt dependency
#733
Closed
selcukcihan
closed
1 year ago
selcukcihan
commented
1 year ago
Description
Related issues
https://linear.app/serverless/issue/SC-606/python-sdk-very-large-extension-layer-size
&
https://linear.app/serverless/issue/SC-593/python-sdk-big-latency-overhead
Related PR
https://github.com/serverless/console/pull/731
We were using wrapt when instrumenting 3rd party libraries, we only use a small functionality which is easy to implement and save some space and performance by not importing wrapt.
Testing done
Unit/integration tested.
selcukcihan
commented
1 year ago
@medikoo ready for review please 🙏
Description
Testing done
Unit/integration tested.