Giter Site home page Giter Site logo

alexaecho's Introduction

Alexa Skill: Echo

Simple Alexa Skill that responds to any recognized intent.

Pre-requisites

The following tools and accounts are required to complete these instructions.

Create lambdasharp Profile

The project uses by default the lambdasharp profile. Follow these steps to setup a new profile if need be.

  1. Create a lambdasharp profile: aws configure --profile lambdasharp
  2. Configure the profile with the AWS credentials you want to use
  3. NOTE: AWS Lambda function for Alexa Skills must be hosted in us-east-1

Create LambdaSharp-AlexaEcho role for the lambda function

The AlexaEcho lambda function requires an IAM role to create and write CloudWatch logs. You can create the LambdaSharp-AlexaEcho role via the AWS Console or use the executing AWS CLI commands.

aws iam create-role --profile lambdasharp --role-name LambdaSharp-AlexaEcho --assume-role-policy-document file://assets/lambda-role-policy.json
aws iam attach-role-policy --profile lambdasharp --role-name LambdaSharp-AlexaEcho --policy-arn arn:aws:iam::aws:policy/CloudWatchLogsFullAccess

Deploy

The following steps build, deploy, and configure the lambda function for an Alexa Skill.

  1. Restore project dependencies: dotnet restore
  2. Build project: dotnet build
  3. Deploy AlexaEcho lambda function: dotnet lambda deploy-function
  4. Go to the published lambda function in the console
  5. Under Triggers
    1. Click Add Trigger
    2. Select Alexa Skills Kit
    3. Click Submit
  6. The AlexaEcho lambda function is now ready for use.

Copyright & License

  • Copyright (c) 2017 Steve Bjorg
  • MIT License

alexaecho's People

Contributors

bjorg avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

bjorg

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.