step functions
step_functions Using Step Functions to Orchestrate Massively Parallel Batch Jobs¶ You’ll recall from our serverless demonstration a couple of weeks ago, that we can upload Lambda functions programmatically: import boto3 import json import time import requests from concurrent.futures import ThreadPoolExecutor import matplotlib.pyplot as plt # Access our class IAM role, which allows Lambda # to …