I have a backend system which is collection of multiple rest APIs. There is one API which I want to automate i.e. the API should be triggered daily on a particular time like 11 AM.
I am using Jersey-2.0
on tomcat
. Services uses AWS-DynamoDB, SNS, SES.
Does AWS have a scheduler which can invoke the API endpoint?
OR
Can I use the same EC2-instance for triggering the API on which the tomcat is hosted?