aws-doc-sdk-examples icon indicating copy to clipboard operation
aws-doc-sdk-examples copied to clipboard

[BUG] Java & Kotlin: EventBridge create a scheduled rule doesn't have schedule info

Open Laren-AWS opened this issue 2 years ago • 2 comments

From customer feedback

This example in EventBridge is about scheduled rules, but the Java & Kotlin examples don't have schedule info:

https://docs.aws.amazon.com/en_us/eventbridge/latest/userguide/example_eventbridge_PutRule_section.html

Laren-AWS avatar Jul 28 '22 21:07 Laren-AWS

According to the docs -- two ways to create a rule. A rule can run in response to an event or at certain time intervals. The current code is a rule based on an event. We will create a second example that shows how to create a rule that runs on a schedule.

scmacdon avatar Jul 29 '22 14:07 scmacdon

This new example will be live in early Aug

scmacdon avatar Jul 29 '22 16:07 scmacdon