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

python - RuntimeError: can't re-enter readline -

python - PyInstaller UAC not working in onefile mode -

ios - Pass NSDictionary from Javascript to Objective-c in JavascriptCore -