-
Notifications
You must be signed in to change notification settings - Fork 6
Amazon Dynamodb
benpoon-microchip edited this page Aug 29, 2018
·
2 revisions
Dynamodb Table is used to store the user account ID and the Secure Wi-Fi Board Thing ID. When Alexa send directives to Lambda function , Lambda function scan this table to control the correspond Thing Shadow.
Steps:
- Go to Amazon Cognito Console in AWS cloud https://console.aws.amazon.com/dynamodb
- Click on "Create Table"
- Create Table with the name "SensorBoardAcctTable", and primary key is "thingID" (String)