PaloAltoNetworks / aws-transit-vpc

automated AWS transit vpc
41 stars 34 forks source link

fixed invalid initializeSubscriberAccount.json policy #54

Closed peterb154 closed 5 years ago

peterb154 commented 5 years ago

The IAM role: SubscriberLambdaExecutionRole-transitVpcSubscriberAccount created in cfts/initializeSubscriberAccount.json has an invalid Action and reports an error in IAM. There is no "lambda:Invoke" method. Looking at the screenshot, it appears there is only InvokeFunction & InvokeAsync. This PR removes "lambda:Invoke"

image