Why can't I see the role list in AWS Lambda Advanced Function Details dialog?

﹥>﹥吖頭↗ 提交于 2020-01-26 04:15:46

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/41251404/why-cant-i-see-the-role-list-in-aws-lambda-advanced-function-details-dialog

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!