"""StepFunction client.""" import boto3 import config sfn_client = boto3.client('stepfunctions', region_name=config.AWS_REGION)