aws-samples / amazon-connect-whatsapp-chat

MIT No Attribution
14 stars 8 forks source link

/cloudapi returns error #7

Open Ra100NZ opened 9 months ago

Ra100NZ commented 9 months ago

{errorMessage=Unable to import module 'lambda_function': urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips 26 Jan 2017'. See: https://github.com/urllib3/urllib3/issues/2168, errorType=Runtime.ImportModuleError, stackTrace=[]}

This SAM example requires Python 3.8. The latest binaries are for Python 3.8.10 = I use this version on my local.

Ra100NZ commented 9 months ago

Based on the migration guide urllib3 v2 -> "Upgrade to the Python3.10 runtime as it uses OpenSSL 1.1.1" image