问题
I want to trigger a lambda function from multiple SQS queues. Most of the processing the lambda will do is same, just one small step will be based on the table name. I don't want to maintain two separate lambda for that. What's the pros and cons of having same/multiple lambda?
回答1:
Yes there's no reason you can't configure it that way. It should work fine.
来源:https://stackoverflow.com/questions/59397753/can-i-trigger-same-aws-lambda-from-multiple-sqs