I need to have a service read a table in the DB every 5 or 10 seconds. I do not see any other way to do that. When this table changes a certain flag, then the service pushes a message to an App. I do not know if this is the best way to automate my App, but that's what's coming up in the head right now and I have no idea how to do it. The lambda that checks the table ok, do not know if the timer or something else, how to do. How do I implement this timer? The idea would be to create a Task (async) that read the table, but the problem is in the timer. Use Api Web with REST and C #.