sst / ion

SST v3
https://sst.dev
MIT License
1.94k stars 230 forks source link

AWS SQS queue.subscribe didnt invoke lambda #1198

Open fbahacker21 opened 1 day ago

fbahacker21 commented 1 day ago

I try to use a SQS FIFO queue then using the subscribe method described from the example trying to invoke a lambda function,

I check the aws console dashboard and the sqs received 100% of the messages, send all of them towards lambda, but somehow lambda most of the time just invoke 50% of the messages

Not sure am I missing something or is it an issue tho

zammitjames commented 19 hours ago

Hey @fbahacker21 - can you post an example of your code here?