It is possible to set schedule cron time in local time in AWS CloudWatch?
Use CET/CEST instead of GMT?
E.g. I would like set cron time on 13:00 local time, without calculation timezone diff (1 hour on winter time, 2 hours on summer time)
It is possible to set schedule cron time in local time in AWS CloudWatch?
Use CET/CEST instead of GMT?
E.g. I would like set cron time on 13:00 local time, without calculation timezone diff (1 hour on winter time, 2 hours on summer time)
Cloudwatch events use UTC time only. To achieve what you want you can use another lambda to keep updating the cloudwatch trigger. Have a look at this post for a good example.