The @a_sync('async') decorator can be used to define an asynchronous function that can also be executed synchronously.
This example uses the Web Server Gateway Interface (WSGI) with FastApi to enable handling requests on Vercel with Serverless Functions. Your FastApi application is ...