How to Create an EventBridge Scheduler with ActionAfterCompletion in CloudFormation
A CloudFormation custom resource is used to create an EventBridge Scheduler with ActionAfterCompletion, as the native CloudFormation resource does not support this property. This is useful for automatically cleaning up one-time schedules after execution. A Lambda function is used to handle the resource lifecycle, and the complete source code is available in a repository.