aws-samples / aws-cfn-custom-resource-examples

Apache License 2.0
87 stars 40 forks source link

cfn-resource-bridge out of date with botocore #4

Open emayssat-ms opened 7 years ago

emayssat-ms commented 7 years ago

I am hitting this deprecation warning

http://botocore.readthedocs.io/en/latest/client_upgrades.html

I tried to install botocore 0.66 and 0.77 thne I get another issue with pyopenssl

/usr/local/lib/python2.7/dist-packages/botocore/vendored/requests/packages/urllib3/contrib/pyopenssl.py in () 53 54 orig_util_HAS_SNI = util.HAS_SNI ---> 55 orig_connectionpool_ssl_wrap_socket = connectionpool.ssl_wrap_socket 56 57

AttributeError: 'module' object has no attribute 'ssl_wrap_socket'

what version of botocore, boto and image were you using?