# Functions
MakePolicy creates an IAM policy Inputs: svc is an IAM service client Output: If success, nil Otherwise, an error from the call to json.Marshall or CreatePolicy.
# Structs
PolicyDocument is our definition of our policies to be uploaded to IAM.
StatementEntry will dictate what this policy allows or doesn't allow.