Replacing requests with urllib3 removes the dependency on the vendored botocore which is being dropped by Lambda.
With python 2.7 EOS, can we get a new version without that dependency? Python 2.7 users can use cfnresponse 1.0.2 if they need it, while Python 3 users can use the updated version.
Replacing requests with urllib3 removes the dependency on the vendored botocore which is being dropped by Lambda.
With python 2.7 EOS, can we get a new version without that dependency? Python 2.7 users can use cfnresponse 1.0.2 if they need it, while Python 3 users can use the updated version.