I got a runtime error on a fresh titiler deploy:
[ERROR] Runtime.ImportModuleError: Unable to import module 'handler': libexpat.so.1: cannot open shared object file: No such file or directory
A quick search produced this AWS issue (which ironically also uses titiler) that indicates that libexpat might not exist on Amazon Linux 2023, which Python 3.12 uses.
We might want to yank v10.1.0 of this package from PyPI, as well?