Amazon web services – Difference between AWS::IAM::Policy and AWS::IAM::ManagedPolicy
I have more than 10 lambdas. I am managing the infrastructure using sam template. I have defined Function resources for these lambdas. There are some common permissions required by these lambdas - cloudwatch, xray. Each lambda again require it's own…