Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
module cfnresponse doesn't exist for Python 3.11
0
Hi,
When I use "import cfnresponse" in a Python 3.11 Lambda function, this gives the error:
[ERROR] Runtime.ImportModuleError: Unable to import module 'index': No module named 'cfnresponse'
Did it ever end up working for you? @Frederique