I am inexperienced with AWS, so if this is a basic question please excuse my lack of knowledge here.
This question is an architectural question.
I have set up the following on AWS so far which is working as expected. However, the part that is missing is the “Cron” (every 24 hrs) that needs to call a REST GET endpoint on the expiry-service
.
I was looking at AWS Batch
to run a job to call this endpoint. However, I don’t see where to:
- Set a schedule
- How to get the job to invoke the REST endpoint
Question
Is AWS Batch
the correct service to use? If so, how do I achieve the above to goals? Do I also need to use AWS API Gateway
?