Skip to content

Support for parallel processing of SQSEvents with multiple records #2046

@jiw-mh

Description

@jiw-mh

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions