Multiple Choice
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.
Correct Answer:

Verified
Correct Answer:
Verified
Q27: A Developer is building an application that
Q28: A social media company is using Amazon
Q29: A company wants to migrate its web
Q30: A company has an application where reading
Q31: A front-end web application is using Amazon
Q33: An application is using Amazon DynamoDB as
Q34: According to best practice, how should access
Q35: A developer is updating an application deployed
Q36: A company has an internet-facing application that
Q37: When writing a Lambda function, what is