Skip to content

Unexpectedly high free tier usage for Queues #1760

Answered by mnapoli
harveydobson asked this question in Support
Discussion options

You must be logged in to vote

Hi Harvey! This is how the SQS -> Lambda integration works. Under the hood, AWS Lambda maintains a "poller" that waits for SQS messages all the time. When it gets messages, it invokes our function.

That's how, for us the users, we don't have to poll SQS. AWS does it for us basically. The downside is that that creates continuous requests to SQS, and we are "charged" for those (the free tier kicks in though).

That could benefit from a mention in the Bref docs though!

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@t-richard
Comment options

@harveydobson
Comment options

Answer selected by harveydobson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants