Hi, when importing boto3 in the lambda function I get the following error while testing:
{
"errorMessage": "Unable to import module 'lambda_function': cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/opt/python/lib/python3.9/site-packages/urllib3/util/ssl_.py)",
"errorType": "Runtime.ImportModuleError",
"requestId": "629f81e8-6e45-4ad8-9ad5-d99114cdde80",
"stackTrace": []
}