Unexpected number of sqs requests

0

I've registered aws account few days ago and managed to run few lambdas integrated with API gateway, SQS, s3, DynamoDB and RDS etc. I've performed few requests and sent not more than 10 messages to sqs. However when I opened my billing console I saw that there are more than 20000 SQS requests tracked on my account (other services statistic was totally ok).
I am 100% sure my code could not trigger such amount of requests, and despite the fact I am still pretty far from exceeding the free tier limit I am very curious why is that happening?
I hope someone who is more experienced in sqs could help me to understand that.

asked 4 years ago251 views
1 Answer
0
Accepted Answer

There's a bit more info in the announcement of the integration between Lambda and SQS:
https://aws.amazon.com/blogs/aws/aws-lambda-adds-amazon-simple-queue-service-to-supported-event-sources/

There are no additional charges for this feature, but because the Lambda service is continuously long-polling the SQS queue the account will be charged for those API calls at the standard SQS pricing rates.

Kuba
answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions