CF Templates to demonstrate an issue with AWS::StepFunctions::StateMachine DefinitionS3Location/DefinitionSubstitutions
To test deployment you'll need the aws-cli installed and access to an S3 bucket.
- Template:
working.yaml - Deployment:
make working S3_BUCKET=<bucket-name> - Resulting Stack Name:
test-stack-working
- Template:
invalid-definition.yaml - Step Function Definition:
invalid-definition-definition.json - Deployment:
make invalid-definition S3_BUCKET=<bucket-name> - Resulting Stack Name:
test-stack-invalid-definition
- Template:
invalid-type.yaml - Step Function Definition:
invalid-type-definition.json - Deployment:
make invalid-type S3_BUCKET=<bucket-name> - Resulting Stack Name:
test-stack-invalid-type