I really like the ability to optionally add features to a REST API using AWS
CDK. Here is a StepFunction definition that can be configured to query a lambda
if present:
https://github.com/bifravst/aws/blob/562a20908e6716cb55bc6947d7de80aa6546582a/cdk/resources/CellGeolocation.ts#L246
I'm reminded of this because now I need to add it to Azure flavor of
@bifravst.