volume_mute
What is the importance of the IAM execution role?
publish date: 2024/09/02 06:26:52.975367 UTC
volume_muteCorrect Answer
Gives your function permissions to interact with other services
Explanation
The IAM execution role grant your function permissions to interact with other services. You specify this execution role when you create a function. AWS Lambda assumes the execution role when your function is invoked. The policy for this execution role defines the actions the execution role is allowed to take—for example, writing to a DynamoDB table.
Reference
AWS Skill Builder