Skip to content

henrycosta05/aws-lambda-iot-button

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

aws-lambda-iot-button

This is a Lambda function that sends an Email on the click of an AWS IoT button by publishing to an SNS topic.

Copy and paste the code from Iot_Button.js into an AWS Lambda Function and make the 2 edits below

    1. Enter the ARN (Amazon Resource Name) of the SNS topic you have created.
    1. Edit the content of the message to be delivered upon single clicks, double clicks, and long clicks by changing the text within the single quotation marks

About

Simple JavaScript that publishes a notification on the click of an IoT button.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%