I want to make a GET call to a specific endpoint in my Lambda, every 12 hours.
What AWS service can I use for that?
I have tried Amazon EventBridge, however, I cannot find a way to call a specific endpoint in my lambda (is there a way?).
I have also tried Route53 Health Check (where I can specify an endpoint and that's great), but, the call intervals cannot be set to 12 hours, plus, I need to provide 3 health checker regions (I only need 1).
Any ideas?