With the preceding approach, the only way to see new information about the AWS resources is to refresh the whole page. Modify our implementation in such a way that it queries the stub services every so often (say, every 500 milliseconds).
The interval function from RxJS can be helpful in solving this exercise. Think about how you might use it with our existing stream by reviewing how flatMap works.