I try to add a CloudWatch Scheduled Event with the following cron expression:
cron(0 1 * * ? *)
I want to trigger this event every day at one o'clock. But I always get the following error:
There was an error while saving rule dms-unstage-tibia. Details: Parameter ScheduleExpression is not valid.
What is wrong in this cron expression?