Why can't I see the role list in AWS Lambda Ad

2019-09-06 14:25发布

I am creating a simple AWS Lambda Function in C# - in fact nothing more than their template. I right click on a project, select Publish to AWS Lambda, fill out the function name, assembly, type names and all that, then go Next to the Advanced Function Details dialog.

In this dialog, I am asked to provide a name. But the drop-down is empty and there is no way to type it in.

I have plenty of roles defined in IAM and have attached them to other lambda functions (that I created in aws console). Am I missing something here?

enter image description here

1条回答
Explosion°爆炸
2楼-- · 2019-09-06 15:17

Can you check to if the IAM user you are using in Visual Studio has permissions to list roles and policies.

查看更多
登录 后发表回答