Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

aws Lambda function access policy

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?

like image 697
snovo Avatar asked Nov 11 '16 20:11

snovo


1 Answers

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.

like image 63
John Rotenstein Avatar answered Oct 01 '22 13:10

John Rotenstein