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 -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -