Skip to content

Instantly share code, notes, and snippets.

@jgontrum
Last active January 15, 2021 08:54
Show Gist options
  • Save jgontrum/6e3191f813c13060a9fd8f7ab6dc23e8 to your computer and use it in GitHub Desktop.
Save jgontrum/6e3191f813c13060a9fd8f7ab6dc23e8 to your computer and use it in GitHub Desktop.
rule = client.put_rule(
Name="MyRuleId",
ScheduleExpression="rate(2 minutes)",
State="ENABLED",
RoleArn="MyRoleARN"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment