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

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

asp.net ajax - Jquery scroll to element just goes to top of page -