amazon web services - Why is my CFN IAM role failing with "Missing required field Action"? -
my code has action. assume formatting error. know it's silly thing cant figure out.
resources: lambdaexecrole: type: aws::iam::role properties: path: "/" assumerolepolicydocument: version: "2012-10-17" statement: - effect: allow principal: action: - "sts:assumerole" service: - "lambda.amazonaws.com"
action needed @ same level principal.
Comments
Post a Comment