When using amazonMQ with lambdas is it better to a...
# aws
b
When using amazonMQ with lambdas is it better to allow it to drive the lambdas or would it be better to forward the messages to SQS that can better drive lambdas (at least there would be concurrency). Also anyone have experience using amazonMQ as a way to get messages from an on prem rabbitmq (either federated with it or by configuring on prem to use shovel plugin to send messages to amazonMQ).