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.

feita há 4 anos257 visualizações
1 Resposta
0
Resposta aceita

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
respondido há 4 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas