python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to add JSON from "Body" in the query parameter?
I'm trying to send a message to an SQS queue. I have everything setup correctly.
I'm using a fifo queue, so my post string looks like this:
https://queuename?Action=SendMessage&MessageBody=TEST&am...
stormyguy
Votes: 0
Answers: 1
AWS: inconsistency between SQS and lambda
I want to trigger lambda with a websocket. I have deployed a EC2 instance of websocket producer which is throwing all its data through SQS FIFO and SQS triggering lambda with same messageGroupId. But ...

Mani Kant Tiwari
Votes: 0
Answers: 3
Maintaining FIFO while moving from Sidekiq to Shoryuken
We are currently performing event processing in FIFO order in our Rails application using a queue in Sidekiq. Due to some reasons - cost and some other benefits - we are moving from Sidekiq to Shoryuk...

Mayank Kumar Giri
Votes: 0
Answers: 2
AWS SQS sent 4 messages but lambda invoked twice
My SQS FIFO triggers lambda function. SQS sent 4 messages but lambda invoked twice. Concurrency is "Unreserved account concurrency & 1000". What can go wrong?
anilraj
Votes: 0
Answers: 1