使用 Amazon MQ 主题作为 Lambda 的事件源
Using Amazon MQ topics as an event source for Lambdas
是否可以在 AWS Lambda 上使用 amazon mq 主题作为事件源,当我尝试从界面添加触发器并单击 amazon mq 时,它会自动假设我需要一个队列,如果不可能的话除了以某种方式将消息重定向到 aws lambda 之外,还有其他选择吗?
来自 the documentation [强调我的]:
Event destinations – Only queue destinations are supported. However,
you can use a virtual topic, which behaves as a topic internally while
interacting with Lambda as a queue. For more information, see Virtual
Destinations on the Apache ActiveMQ website, and Virtual Hosts on the
RabbitMQ website.
是否可以在 AWS Lambda 上使用 amazon mq 主题作为事件源,当我尝试从界面添加触发器并单击 amazon mq 时,它会自动假设我需要一个队列,如果不可能的话除了以某种方式将消息重定向到 aws lambda 之外,还有其他选择吗?
来自 the documentation [强调我的]:
Event destinations – Only queue destinations are supported. However, you can use a virtual topic, which behaves as a topic internally while interacting with Lambda as a queue. For more information, see Virtual Destinations on the Apache ActiveMQ website, and Virtual Hosts on the RabbitMQ website.