cloudtools / cloudtools/troposphere
Add ScheduleExpression validation
Open
enhancement
help wanted
- Dominant language
- Python
- Stars
- 4.9k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
The field `troposphere.events.Rule::ScheduleExpression` is a `basestring`. The validity of it is confirmed during the stack creation of CloudWatch.
The documentation for that field can be found [here](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html).
Would it be possible to validate the cron when JSON is being generated?
Contributor guide
Assessment
This issue has not been assessed yet.