简体   繁体   中英

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

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?

在此处输入图片说明

您能否检查您在Visual Studio中使用的IAM用户是否具有列出角色和策略的权限。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM