AWS::StepFunctions::StateMachine flagged as unsupported in ca-central-1
See original GitHub issuecfn-lint version: (cfn-lint --version
) v0.10.2
Description of issue. Hi, while running a validation of one of my template, I get the error E3001, that AWS::StepFunctions::StateMachine is invalid or unsupported in ca-central-1. After verification, it is supported, and it has been for a while.
From what I understand of the code, it just need to be added to the json of the specific region.
Thanks!
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
AWS::StepFunctions::StateMachine - AWS CloudFormation
A state machine consists of a collection of states that can do work ( Task states), determine to which states to transition next...
Read more >Troubleshoot IAM role issues in AWS Step Functions
1. Open the Step Functions console. · 2. In the left navigation pane, choose State machines. · 3. Select the name of your...
Read more >Error handling in Step Functions - AWS Documentation
Errors can happen for various reasons, such as the following examples: State machine definition issues (for example, no matching rule in a Choice...
Read more >AWS SDK service integrations - AWS Step Functions
Service name Date supported Exception prefix
AWS Account Management April 19, 2022 Account
AWS Amplify September 30, 2021 Amplify
AWS App Mesh September 30, 2021 AppMesh...
Read more >Task - AWS Step Functions
All work in your state machine is done by tasks. A task performs work by using an activity or an AWS Lambda function,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks @g-pelletier. Tested it the long way. CloudFormation will provision
AWS::StepFunctions::StateMachine
resources in ca-central-1.Thanks guys. Sorry for the delay, yes, we provided a Step Machine with Step functions in our ca-central-1 infrastructure.