When looking at the queue code, all operations happen in sync.
https://github.com/brefphp/bref/blob/2c8ec120d0d4779ec4b5890276cbbd21c85711cf/src/FunctionRuntime/Main.php#L45C25-L45C38
Having support for asynchronous code could reduce our lambda cost quite a bit https://reactphp.org particularly when processing SQS entries.