简体   繁体   English

为什么在“ AWS Lambda高级功能详细信息”对话框中看不到角色列表?

[英]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. 我正在用C#创建一个简单的AWS Lambda函数-实际上仅是其模板。 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. 我右键单击一个项目,选择Publish to AWS Lambda ,填写函数名称,程序集,类型名称以及所有内容,然后转到Advanced Function Details对话框旁边的Next。

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). 我在IAM中定义了很多角色,并将它们附加到其他lambda函数(我在aws控制台中创建)。 Am I missing something here? 我在这里想念什么吗?

在此处输入图片说明

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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