How do I find out what the Role ARN for the Lambda script is inside the serverless.yml file? Is there a way under the ${self} variable to get at the role ARN, or do I need to construct my own ARN from the function name, etc?
Hi @brettneese, this might not be much help to you right now but just want to let you know what I have done with some of my own example projects.
I wanted to have more control of the role used to execute Lambda functions and in my case I decided to set up the role manually using the AWS IAM ui and gave it PowerUserAccess.
I then manually updated my serverless.yml with the profile I wanted to use and the role.