aws-samples / iot-dotnet-publisher-consumer

A prescriptive guidance on how an AWS device IOT publisher and consumer can be implemented using Microsoft .NET and .NET core framework.
Apache License 2.0
55 stars 15 forks source link

Not able To connect #4

Closed imran2say closed 5 years ago

imran2say commented 5 years ago

Hi,

I am not able to connect to IoT. Please see below image. image

imran2say commented 5 years ago

{ "Version": "2012-10-17", "Statement": [ { "Action": [ "iot:Publish", "iot:Subscribe", "iot:Connect", "iot:Receive" ], "Effect": "Allow", "Resource": [ "*" ] } ] }

The resource should be to make to work. "Resource": [ "" ]