9

I added a permission to my Lambda function access policy using "aws lambda add-permission". I can get the policy back with "aws lambda get-policy", but where can I see the policy in the AWS Management Console?

3 Answers 3

16

I couldn't find it in the console, either.

Using Resource-Based Policies for AWS Lambda (Lambda Function Policies) says:

The console doesn't support directly modifying permissions in a function policy. You must use either the AWS CLI or the AWS SDKs.

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

2 Comments

Same page says "You can use the console to view your function policy by choosing the Triggers tab on your function's details page and then choosing View function policy." But I don't see this tab.
The function policy is visible on the Permissions tab but as per this answer, you can't modify it from the console.
6

Select the lambda function in the console, there is a key icon in the "Designer" tab. Click this icon to show the function policy.

Comments

0

The interface has changed: in AWS console click on your lambda function -> Configuration -> click on Policy Statement name under 'Policy statements'-> Click Edit button

enter image description here

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.