Tagged: AWS

Amazon AWS Smart Home Skill setup and security of a lambda function 0

AWS Alexa Smart Home Skill: create lambda and manage security – 3

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.
In this article we are going to create and configure the lambda function for our Smart Home Skill.

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.