As of Dec 1, 2016, AWS Lambda now supports functions in C# that runs in the .NET Core 1.0 runtime. So I created the function using the VS AWS Lambda Template. I tried to publish the lambda function via the "Publish to AWS Lambda..." context menu in VS. So after configuring the function(selecting the S3 bucket, region, etc) in the dialog box, I click publish and at the end of the publish process, I am getting error:
Error creating CloudFormation change set: User: arn:aws:iam::***:user/demo_user is not authorized to perform: cloudformation:CreateChangeSet on resource: arn:aws:cloudformation:us-east-1:****:stack/****
I figured I can just attach/grant a policy to the group/user to cloudformation but I can only see this policy in the selection: AWSCloudFormationReadOnlyAccess
I was expecting to see some kind of ReadWrite or FullAccess.
Need help publishing the function to AWS lambda. Thanks!
