Skip to content

KitaniIslam/AWS-Lambda-IOT_Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make sure you have this policy attached to your thing in AWS IOT Core :+1

    {
        "Version": "2012-10-17",
        "Statement": [
            {
                "Effect": "Allow",
                "Action": "iot:Publish",
                "Resource": "arn:aws:iot: : :topic/"
            }
        ]
    }

Resource it can be "*" mean all Resources

About

Publish to IOT_Core topic using Lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published