Can I trigger same AWS lambda from multiple SQS?

后端 未结 1 781
野性不改
野性不改 2021-01-20 16:22

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\'

1条回答
  •  猫巷女王i
    2021-01-20 16:57

    Yes there's no reason you can't configure it that way. It should work fine.

    0 讨论(0)
提交回复
热议问题