Amazon has announced the general availability of the Amazon EventBridge Scheduler and Targets Level 2 (L2) constructs in AWS CDK.EventBridge Scheduler is a serverless scheduler for scheduling tasks and events at scale.The L2 constructs simplify configuring EventBridge schedules, groups, and targets for AWS service integrations.AWS CDK offers constructs at different abstraction levels with L2 constructs providing a higher-level, intuitive API.The EventBridge Scheduler allows users to create schedules using cron expressions and supports templated and universal targets.L2 constructs make it easier to configure and integrate EventBridge Scheduler and Targets in CDK applications.Examples like setting one-time reminders through Amazon SNS and triggering EC2 instances during business hours showcase the usage of L2 constructs.The constructs handle gluing logic, permissions, and default configurations, simplifying the deployment process.The ScheduleGroup construct allows organizing schedules and managing permissions efficiently.Contributions from the community were acknowledged for helping enhance the construct.