【运维路不弯】亚马逊云科技Lambda服务使用python3.10作为运行时,同时使用requests和boto3包报错解决办法 2026/9/26 13:34:04 拓冰建站 浏览量 错误 Unable to import module 'lambda_function': cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/opt/python/urllib3/util/ssl_.py) 解决方案1 更换您的lambda运行时为3.10更高版本 解决方案2 降低requests版本
错误 Unable to import module 'lambda_function': cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/opt/python/urllib3/util/ssl_.py) 解决方案1 更换您的lambda运行时为3.10更高版本 解决方案2 降低requests版本