在默认事件总线已满时,我需要向AWS EventBridge动态添加调度表达式规则,然后创建新的事件总线,并开始向新创建的事件总线添加新规则--所有这些规则都能很好地工作。问题是,自定义事件总线不接受调度表达式规则:
An error occurred (ValidationException) when calling the PutRule operation: ScheduleExpression is supported only on the default event bus.我怎样才能克服这种情况,请帮忙,谢谢提前。
发布于 2022-09-08 14:20:18
只能使用默认事件总线创建计划规则。无法在自定义总线https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-create-rule-schedule.html上创建它们
https://stackoverflow.com/questions/73597707
复制相似问题