Tagged: DynamoDB

Amazon DynamoDB is a key-value and document database that delivers single-digit millisecond performance at any scale.

Amazon AWS Smart Home Skill setup DynamoDB database 0

AWS Alexa Smart Home Skill: setup the DynamoDB database – 5

I bought an Alexa device and since then I don’t want to press a button anymore and I want to turn all my devices into voice control. So I start this tutorial to explain how to create a simple custom Smart Home Skill.
Now It’s time to create a new Amazon DynamoDB Table that will hold the state of the virtual switch.

DynamoDB JavaScript SDK v2 and v3 query 0

DynamoDB JavaScript SDK v2 v3: query – 6

I would like to write a step by step tutorial on how to create an Alexa Smart Home Skill from scratch. So we present all the prerequisites and the step to create a Smart Home Skill connected to our microcontroller to manage all kinds of devices.
We will learn how to query table with the JavaScript SDK v2 and v3.

DynamoDB JavaScript SDK v2 and v3 scan table data with pagination 0

DynamoDB JavaScript SDK v2 v3: scan table data with pagination – 5

I would like to write a step by step tutorial on how to create an Alexa Smart Home Skill from scratch. So we present all the prerequisites and the step to create a Smart Home Skill connected to our microcontroller to manage all kinds of devices.
We will learn how to do scan operation and use It to paginate data results with the JavaScript SDK v2 and v3.

DynamoDB prerequisite and JavaScript SDK v2 and v3 introduction 0

DynamoDB: prerequisite and JavaScript SDK v2 and v3 – 1

I want to write a step by step tutorial on how to create an Alexa Smart Home Skill from scratch. So I’m going to present all the prerequisites and steps to create a Smart Home Skill connected to our micro-controller able to manage every connected device.
We will give a brief introduction to DynamoDB and the prerequisites required to work with the JavaScript SDK v2 and v3.