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?
Can you check to if the IAM user you are using in Visual Studio has permissions to list roles and policies.