I’ve been playing with Step Functions for a while and wanted to see if I could use them to orchestrate a bunch of API calls, processes the responses, make decisions, etc. This post shows how to combine a single Lambda, HttpClient, and Step Functions to achieve this.