# Functions
MakeAccessKey creates a new access key for the user userName Inputs: svc is an IAM service client userName is the name of the user Output: If success, the new access key and nil Otherwise, an empty string and an error from the call to CreateAccessKey.