AWS Certified Developer Associate DVA-C01 – Question357

A developer must modify an Alexa skill backed by an AWS Lambda function to access an Amazon DynamoDB table in a second account. A role in the second account has been created with permissions to access the table.
How should the table be accessed?

A.
Modify the Lambda function execution role's permissions to include the new role.
B. Change the Lambda function execution role to be the new role.
C. Assume the new role in the Lambda function when accessing the table.
D. Store the access key and the secret key for the new role and use then when accessing the table.