I am automating the process of generating a Step Function for our Cloud Ops team to invoke. Is it possible to set the Execution default input parameters through the SDK? At present it defaults as below but I need to be able to set this as part of my stack deployment. Thanks
Input - optional Enter input values for this execution in JSON format
{
"Comment": "Insert your JSON here"
}