aws-cloudformation / aws-cloudformation-resource-providers-stepfunctions

The CloudFormation Resource Provider Package For AWS Step Functions
https://aws.amazon.com/step-functions/
Apache License 2.0
6 stars 4 forks source link

Update DefinitionSubstitutions to allow non-string types #34

Closed yonakim57 closed 2 years ago

yonakim57 commented 2 years ago

Allow non-string types in DefinitionSubsitutions for AWS::StepFunctions::StateMachine

Github Issue

This PR addresses Github issue #591

Description

The DefinitionSubstitutions property allows customers to specify the mappings for placeholder variables in their state machine definition at runtime. Currently this property only supports string substitutions. The changes in this PR enables customers to substitute non-string types (String, Integer, Boolean) as well.