question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AWS::StepFunctions::StateMachine flagged as unsupported in ca-central-1

See original GitHub issue

cfn-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:closed
  • Created 5 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
kddejongcommented, Dec 25, 2018

Thanks @g-pelletier. Tested it the long way. CloudFormation will provision AWS::StepFunctions::StateMachine resources in ca-central-1.

0reactions
g-pelletiercommented, Dec 23, 2018

Thanks guys. Sorry for the delay, yes, we provided a Step Machine with Step functions in our ca-central-1 infrastructure.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found