You bumped a Lambda function (or any service) to Python 3. 11 or later and something that used to run now dies on import or at call time with: AttributeError: module 'asyncio' has no attribute 'coroutine' Nothing about your business logic changed. A decorator your code — or a dependency your cod...

Source: [Dev.to](https://dev.to/ntoledo319/attributeerror-module-asyncio-has-no-attribute-coroutine-fixing-the-python-311-removal-7al)

Sponsored