My team are required to kick off a Step Function in AWS for a machine learning application.
In my organisation eventBridge is not allowed to be used (politics around adoption of certain technologies) - and the same is with cloud watch events as this is using the same API as eventbridge, both are blocked.
We do have access to Cloudwatch Alarms, SNS, Lambda, Glue, S3, lambda, step functions.
How could we create a schedule that was able to periodically (say once a day, or every 5 minutes) trigger the step function that DOESN’T use event bridge?
Thanks, Alex
We are not able to use -Eventbridge -Cloudwatch Events -Maintenance Window in Systems Manager