I can add permissions using lambda add permission API https://docs.aws.amazon.com/lambda/latest/dg/API_AddPermission.html
I clicked on designer button in the lambda function from AWS console, but it just displays the Function Policy content set from the API, and it's not editable.
My requirement is to add the lambda permissions through the AWS console. Couldn't find any references. Any help on this? Thanks.