How to call a list of AWS Lambda permissions for a function
This one confused me, too. You can add a permission to a Lambda function with the aws lambda add-permission
command in the AWSCLI. You can remove a permission using aws lambda remove-permission
. But to see the existing permissions you use aws lambda get-policy
.