serverless-step-functions
serverless-step-functions copied to clipboard
Support for StartSyncExecution
Feature Proposal
Description
Correct me if I'm wrong but it does not appear there is support for the StartSyncExecution for API Gateway HTTP event integrations. For lambda, there is an async field that is defaulted to false. Here, I would expect the same API but with reverse default given the majority of existing projects and step functions in general are designed to be async.
EDIT: Seems there is a backdoor to specify an action directly including StartSyncExecution. Is this the recommended solution?