sojinantony01 / react-cron-generator

Simple react component to generate cron expressions
MIT License
86 stars 63 forks source link

Support for AWS #48

Open jesusenlanet opened 1 year ago

jesusenlanet commented 1 year ago

Hi,

I'm playing with a backend/frontend tool (full stack) that involves cron expressions and AWS.

For the frontend part of the app I find this package a must have.

Right now I can work with unix cron expressions, but, is there any option to have support for AWS EventBridge cron expressions? (are similar to unix expressions, but not compatible).

For the backend part I found a solution here time ago (in case you can find it useful for more context) https://github.com/vcoder4c/cron-validator/issues/10

Many thanks.

sojinantony01 commented 1 year ago

@jesusenlanet Thanks For reporting this Will definitely try the same ASAP