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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ