Abstract: As emerging microservice hosting platforms, serverless computing platforms are highly favour for their simplicity and high level of automation when deploying and running stateless functions.
When a library exposes only asynchronous APIs, consumers sometimes wrap them in synchronous calls to satisfy a synchronous interface or contract. This "sync-over-async" pattern can seem ...