Category: JavaScript SDK

Develop and deploy applications with the AWS SDK for JavaScript. The SDK provides TypeScript support and makes it easy to call AWS services using idiomatic JavaScript APIs.

Amazon AWS Smart Home Skill deploy code and test lambda 0

AWS Alexa Smart Home Skill: load sample code and test Lambda – 6

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 upload the Lambda sample code, it must first be packaged and then uploaded to AWS as a function code.

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.