Validates AWS EventBridge cron expressions, which are similar to, but not compatible with Unix style cron expressions. Current version is 1.1.15. Release cadence is irregular.
pip install aws-cron-expression-validatorVerified import paths — ran on the pinned version, not inferred.
Basic usage: validate an AWS EventBridge cron expression.
Always wrap your expression with 'cron(...)'. Example: 'cron(0 12 * * ? *)'.
Use '?' in one of the two fields (day-of-week or day-of-month) as per AWS requirements.
Be aware that validation is not exhaustive; test your cron expressions against AWS EventBridge.
No dependency data recorded yet.