python/example_code/scheduler/scenario/README.md
This example shows how to use AWS SDK for Python (Boto3) to work with Amazon EventBridge Scheduler with schedules and schedule groups. The scenario demonstrates how to create and delete one-time and recurring schedules within a schedule group to generate events on a specified target, such as an Amazon Simple Notification Service (Amazon SNS) Topic.
The target SNS topic and the AWS Identity and Access Management (IAM) role used with the schedules are created as part of an AWS CloudFormation stack that is deployed at the start of the scenario, and deleted when the scenario is complete.
This scenario demonstrates the following steps and tasks:
Prepare the Application
Create a one-time Schedule
Create a time-based schedule
Clean up
Before running this scenario, ensure you have:
This scenario uses the following AWS services:
The feature scenario deploys the AWS CloudFormation stack with the required resources.
The scenario covers the following EventBridge Scheduler API actions:
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: Apache-2.0