This library dynamically manages the CloudWatch scheduled events. So you wouldn't have to create the Rules with aws-cli or aws console, but make a simple call to aws-lambda-scheduler lambda function.
To answer your question:
+ deletes the expired rules automatically.
+ new rules can be created with a simple lambda call.
+ there can be maximum of 300 EventBridge Rules in a region, aws-lambda-scheduler introduces optimizations to work around this limitation.
3 comments
[ 3.7 ms ] story [ 20.4 ms ] threadhttps://docs.aws.amazon.com/AmazonCloudWatch/latest/events/S...
To answer your question:
+ deletes the expired rules automatically.
+ new rules can be created with a simple lambda call.
+ there can be maximum of 300 EventBridge Rules in a region, aws-lambda-scheduler introduces optimizations to work around this limitation.