Hello,
The installation of cloudformation sfhc.yaml does not work anymore. the error message during installation :
CloudFormation did not receive a response from your Custom Resource. Please check your logs for requestId [5b7656b9-3464-466e-946f-f54ac5e0b90d]. If you are using the Python cfn-response module, you may need to update your Lambda function code so that CloudFormation can attach the updated version.
when I debug the lambda SFCalendarAssociation, I get the error message below.
{
"errorMessage": "Unable to import module 'associate_lambda': cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/tmp/urllib3/util/ssl_.py)",
"errorType": "Runtime.ImportModuleError",
"requestId": "2154c3f4-03ce-4345-9ff0-154e4ae938db",
"stackTrace": []
}
Sincerely,
Ragheb GMIRA
Hello,
The installation of cloudformation sfhc.yaml does not work anymore. the error message during installation :
CloudFormation did not receive a response from your Custom Resource. Please check your logs for requestId [5b7656b9-3464-466e-946f-f54ac5e0b90d]. If you are using the Python cfn-response module, you may need to update your Lambda function code so that CloudFormation can attach the updated version.
when I debug the lambda SFCalendarAssociation, I get the error message below.
{
"errorMessage": "Unable to import module 'associate_lambda': cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/tmp/urllib3/util/ssl_.py)",
"errorType": "Runtime.ImportModuleError",
"requestId": "2154c3f4-03ce-4345-9ff0-154e4ae938db",
"stackTrace": []
}
Sincerely,
Ragheb GMIRA