What IAM entities must be included in an execution role for a Lambda function to interact with other services, such as DynamoDB?https://go-math-science.com/computing/advanced-topics/cloud-computing/technology/amazon-web-services/aws-lambda/what-iam-entities-must-be-included-in-an-execution-role-for-a-lambda-function-to-interact-with-other-services-such-as-dynamodbhttps://go-math-science.com/@@site-logo/logo-new.png
volume_mute
What IAM entities must be included in an execution role for a Lambda function to interact with other services, such as DynamoDB?
publish date: 2024/08/29 05:21:18.624032 UTC
volume_mute
IAM policy that defines the actions that can be taken within DynamoDB
Trust policy that grants "AssumeRole" permission to Lambda to act on DynamoDB
IAM group defining users of the Lambda function
IAM user with admin permissions to Lambda and DynamoDB
Correct Answer
(1) IAM policy that defines the actions that can be taken within DynamoDB
(2) Trust policy that grants "AssumeRole" permission to Lambda to act on DynamoDB