Lambda Execution Role (Iam Role)
- Needed when our Lambda function is invoking other resources. For example: Lambda Event Source Mapping
- We assign an IAM role to lambda to make sure it has enough permission to invoke
- Normally for Lambda Synchronous Invocation