使用 CloudFormation 脚本更新现有 Eventbridge 规则以包含新目标

Update existing Eventbridge Rule to include a new target using CloudFormation script

我有两个单独的应用程序需要更新 EventBridge 规则的目标。处理这个问题的最佳方法是什么?我应该创建一个具有相同来源的单独 EventBridge 规则,还是有办法在两个无服务器应用程序中更新实际的 EventBridge 规则而不会出错?

我已尝试在两个应用程序中添加 EventBridge 规则,但它抛出一个错误,指出该资源已存在。

为了可视化我有以下内容:

您必须先import your existing EB rule into CloudFormation stack before you can modify it. Alternatively, you can develop a custom resource,这样可以在不导入的情况下修改规则。