August 2019
Beginner
482 pages
12h 56m
English
So far, we have written a lambda function that's driven by API requests or is scheduled to be triggered. Now let's complete our application's data cycle by adding an S3-triggered task that will compute the medians for each category every time a new dataset is collected—in other words, once the scheduled task is finished.
In order to do so, we'll add one more operation to the same data collection application that we've been working on: