Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate Alexa home into Blueprint #49

Open
hilljh82 opened this issue Dec 17, 2016 · 3 comments
Open

Integrate Alexa home into Blueprint #49

hilljh82 opened this issue Dec 17, 2016 · 3 comments
Assignees
Labels

Comments

@hilljh82
Copy link
Contributor

This issue is to track the progress of integrating Alexa home into Blueprint. It will be a module that allows you to configure routes to handle commands from Alexa for the skill defined by your application.

@hilljh82 hilljh82 self-assigned this Dec 17, 2016
@trentspi
Copy link

Can you accomplish this solely using lambda functions and the Alexa Skills Kit? Are you planning to use any other AWS microservices? Maybe Lex? This seems very interesting.

@hilljh82
Copy link
Contributor Author

hilljh82 commented Feb 21, 2017

@trentspi By Lambda functions, I assume you are referencing AWS Lambda. That is possible, but the lambda functions are part of the AWS platform. Blueprint is a stand-alone application server that can run on any machine that supports Node.js. Amazon Lambda is a platform that runs "functions" for you in a container that is designed to scale as your need more computing resources. This is not the same as Blueprint.

@trentspi
Copy link

trentspi commented Feb 21, 2017

Sorry for my misunderstanding. So are you planning on building support for the Alexa home using Node.js and blueprint completely independent of any AWS microservices then? I was thinking more along the lines of interacting with the Alexa AI using the AWS Lambda skills kit for interpreting commands as an integrated blueprint module but this seems to be different. How will you listen for voice commands in order to configure routes for a blueprint application? The Alexa Home will actively listen for the keyword "Alexa" correct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants