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.

已提問 4 年前檢視次數 257 次
1 個回答
0
已接受的答案

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
已回答 4 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南