Skip to content
This repository was archived by the owner on Feb 24, 2022. It is now read-only.
This repository was archived by the owner on Feb 24, 2022. It is now read-only.

Replace pollQueue with new built-in SQS events #110

@lmorchard

Description

@lmorchard

We built a pollQueue function invoked by a CloudWatch alarm every 60s to process SQS messages. But, Amazon has just added an SQS event source driven by an in-house queue poller that should be able to replace our hacky pollQueue.

The Amazon queue poller processes SQS messages as quickly and with as many parallel invocations of Lambda functions as limits allow. Need to consider how this could be configured to respect rate limiting, which is kind of our main goal here.

Some further relevant links / notes:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions