When building applications in AWS, developers may be required to poll external systems such as HTTP, REST, or TCP endpoints. Polling the external system every few seconds may be required along with modifying the polling interval, such as polling faster during the day and slower at night. This solution will demonstrate how to use a set of services to produce scheduled events at a rate of one second or more in a highly accurate manor. -
View it on GitHub