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