The MT Legislature Tracker app displays links to the sliq recordings for each bill action. We want to link to this CDP instance instead.
Solution
[x] Create a Google Cloud API Gateway, HTTP requests to this API gateway should trigger a Cloud Function.
[x] Implement a Python script (to be invoked by Cloud Function) that will query the event store and produce a JSON array with a record for each event with event ID and the external source ID.
Problem
The MT Legislature Tracker app displays links to the sliq recordings for each bill action. We want to link to this CDP instance instead.
Solution
The returned JSON would look something like this:
Bonus points: