Unable To create a step function
Hello,
I am trying to create a step function. But unable to create it.
My admin has attached the following permissions to it for IAM ROLE.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"Service": [
"states.us-east-1.amazonaws.com",
"lambda.amazonaws.com"
]
},
"Action": "sts:AssumeRole"
}
]
}
But still I get the following error.
First ERROR after loading Get Started Page:
"Error
There was an issue while loading activity arns, auto complete functionality may be limited."
After filling out name and selecting Catch Failure blueprint and editing ARN. I clicked on Create State Machine.
I get error box on code saying:
"
Error code:
Message:
Error code:
Message:"
Second time when I clicked on Create State Machine. I get to select IAM role and after that a final error:
(On Top of the page)
"Error
There was an issue while loading activity arns, auto complete functionality may be limited.
An error occurred while creating your state machine, please try again.
Error"
Relevant questions
Trigger Step Function with API Gateway and use Fargate within Step Function?
asked a month agohttp authorizer lambda permissions
Accepted Answerasked a month agoCan not create a stepfunction with create-state-machine command in docker-compose
asked 4 months agoRole does not have permission for AWS service: AmazonAutoScaling
asked 3 years agoInsufficient privilege when running AWS Backup from Step Function
Accepted Answerasked a month agoAWS Backup custom IAM role
asked 3 years agoUnable To create a step function
asked 5 years agoUnable to create AmazonS3 object from builder in Lambda
asked 4 months agoWhat are the minimal MySQL grants required by SecretsManager to rotate a password?
asked 4 months agoMisleading AWS doc: can't create Policy for SAML's role
asked 3 years ago