Get startedGet started for free

A serverless API

In the last lesson, you created a timed lambda function that looks at all the speeders files, and aggregates them into a file with the key speeders-full/full.csv.

Cody has asked you to create an API letting her trigger an update to that file at any time. She wants to be able to have the most up to date data for council meetings.

In this exercise, you will create a lambda function called triggerFullreportBuilder that will invoke the fullReportBuilder function from the previous lesson. We will do so asynchronously so the function can execute quickly!

File to edit

You will be editing the triggerFullReportBuilder/lambda_function.py file in the editor.

Slides

Don't forget - you can always click on the slides icon in the top right to see the slides - they'll be pretty helpful!

This exercise is part of the course

Streaming Data with AWS Kinesis and Lambda

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise