GithubHelp home page GithubHelp logo

alexa's Introduction

Node.js Amazon Alexa Amazon DynamoDB AWS Lambda

Alexa

This application is a distributed system of a custom Alexa skill. It uses AWS Lambda as a trigger, DynamoDB (non-relational database) for data persistence and Node.js as the main language for skill development. This work is a project related to the topic of serverless computing.

Prerequisites

  • AWS account.
  • Amazon Developer account.
  • User permission to obtain the access key and secret access key.

Configure

Configure database

For the database, you need to fill in the config.js file with your AWS account information, as well as the table you created in DynamoDB.

Configure API

The API key can be obtained from this website. After obtaining the API key, you need to insert it in the config.js file.

Configure AWS Lambda

When creating an AWS Lambda with access permission to DynamoDB, you must enter the trigger as “Alexa”.

  1. Enter your Alexa skill ID in AWS Lambda.
  2. Get the function ARN of the created Lambda.
  3. Enter the ARN function obtained in "Default Region" in the Alexa endpoint settings, located in "Build".

Important

Note that inside the interactionModel folder there is a Json with the intents created by me and if you want to run this project, you need to import them into the "JSON Editor" in "Interaction Model".

Technology

alexa's People

Contributors

ddiogoo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.