1 Answer
- Newest
- Most votes
- Most comments
1
You’re encountering two issues while setting up the AWS CloudFormation stack for Amazon Connect Salesforce integration. The first is an error stating “No module named ‘_cffi_backend’”, which typically occurs when the Python runtime can’t find the _cffi_backend module. This could be due to a mismatch in Python versions or the cffi module not being included in the Lambda package. The second issue is being unable to edit ‘lambda_logging_level’. This could be due to insufficient permissions or a misconfiguration. You might need to check permissions, use a custom resource backed Lambda, or set the RetentionInDays attribute.
Relevant content
- asked 3 years ago
