0

I am doing this AWS tutorial to create an AWS policy and role for a Lambda function to have access to a DynamoDb. After I add the roles to the Lambda function I should get a diagram like this one from the tutorial:

enter image description here

This is what I get:

enter image description here

5
  • But does not work? Sometimes console doesn't show all the permissions added manually to its exec role. Commented May 15, 2020 at 22:02
  • I did not go further because the drawing is not accurate. The tutorial does it all manually. Commented May 15, 2020 at 22:26
  • Could be worth checking? If not, can you post your execution role. Maybe there is some issue there after all. Commented May 15, 2020 at 23:01
  • 1
    @Marcin You are right. It does execute. Thanks. Commented May 16, 2020 at 11:17
  • Cool. I will make an answer then for future reference if you don't mind. Commented May 16, 2020 at 11:18

1 Answer 1

1

Based on the comments.

The lambda function works as expected. Sometimes console will not display all the resources it has access to. This does not mean that it can't access the required resources though.

Thus its better to check and see if it actually work despity of what console shows.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.