unee-t / lambda2sqs

Relays SQL triggered payloads to MEFE via a queue
https://ap-southeast-1.console.aws.amazon.com/lambda/home?region=ap-southeast-1#/applications/lambda2sqs
GNU Affero General Public License v3.0
0 stars 4 forks source link

Consider re-architecting with FIFO queue #23

Closed kaihendry closed 5 years ago

kaihendry commented 5 years ago

To maintain message order, whilst CALL mysql.lambda_async come in, we should have our function:alambda_simple immediately adding the messages to a FIFO queue.

https://stackoverflow.com/questions/57666833/how-to-handle-out-of-order-microservice-messages

kaihendry commented 5 years ago

FIFO queues don't trigger lambda.