-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding scheduler cli-examples #8983
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @onkabes,
Thank you for your submission. Please complete the requested Style Guide fixes for your examples. Note that the comment to change your tab indents to 4 spaces for each indent needs to be applied to all your files.
Thanks.
e259988
to
df630c3
Compare
5bc0347
to
aac0e41
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@onkabes A couple more fixes and we should be good for dev review.
@@ -0,0 +1,17 @@ | |||
**To retrieves the specified schedule group** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
**To retrieves the specified schedule group** | |
**To retrieves the specified schedule group** | |
This is missing a line break and therefore doesn't render correctly.
aws scheduler create-schedule-group \ | ||
--name DailySNSFunction | ||
|
||
Ouput :: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ouput :: | |
Output:: |
This line needs to be fixed in all your examples.
Issue #, if available:
Description of changes:
Adding example CLI commands for AWS EventBridge Scheduler: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/scheduler/index.html
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.