Would be nice if there was a VPN mechanism for Lambdas such I could securely connect to my home network from them... perhaps port knocking or the single-packet equivalent... I don't want to open my listener to the world when I already have a suitable UDP based thing going on with VPN....... EDIT: woops... maybe you can? https://stackoverflow.com/questions/46329464/can-an-aws-lamb...
An Easier Way to Build Alexa Skills Using Python
11–20 of 43 posts
Re: An Easier Way to Build Alexa Skills Using Python
#12Flask-ask makes it pretty easy. https://github.com/johnwheeler/flask-ask
https://flask-assistant.readthedocs.io/en/latest/quick_start...
Re: An Easier Way to Build Alexa Skills Using Python
#13Would be nice if there was a VPN mechanism for Lambdas such I could securely connect to my home network from them... perhaps port knocking or the single-packet equivalent... I don't want to open my listener to the world when I already have a suitable UDP based thing going on with VPN....... EDIT: woops... maybe you can? https://stackoverflow.com/questions/46329464/can-an-aws-lamb...
ngrok.com
Re: An Easier Way to Build Alexa Skills Using Python
#14Would be nice if there was a VPN mechanism for Lambdas such I could securely connect to my home network from them... perhaps port knocking or the single-packet equivalent... I don't want to open my listener to the world when I already have a suitable UDP based thing going on with VPN....... EDIT: woops... maybe you can? https://stackoverflow.com/questions/46329464/can-an-aws-lamb...
Use Flask-Ask and Zappa and deploy to AWS Lambda. I use that setup and have been running for free on AWS infra for about 6 months now.
Re: An Easier Way to Build Alexa Skills Using Python
#15We are building an open-source and 100% private-by-design Voice AI platform, and you can code your first private assistant in less than 1h: https://medium.com/snips-ai/building-a-voice-controlled-home...
Re: An Easier Way to Build Alexa Skills Using Python
#16Flask-ask makes it pretty easy. https://github.com/johnwheeler/flask-ask
0: https://github.com/ssaamm/pun-generator/compare/24188aceb3da...
Re: An Easier Way to Build Alexa Skills Using Python
#17If you care about your privacy, you can also build your own 100% on-device Voice AI for free using https://snips.ai (disclaimer: I'm a co-founder) We are building an open-source and 100% private-by-design Voice AI platform, and you can code your first private assistant in less than 1h: https://medium.com/snips-ai/building-a-voice-controlled-home...
Re: An Easier Way to Build Alexa Skills Using Python
#18I own several Echo devices and programmability of Alexa devices just baffles me. There is still no way for a skill to read notifications. For example - I want to write a calendar notification app which unifies all calendar events across several sources and there is just no way to do it. It is of course disabled in the name of privacy which I can understand - but I don't understand how I can't enable this for a device…
My primary use case was going to be watching Netflix with voice control. Netflix has yet to appear on the Show, and because of Amazon’s zealot like insistence that everything be driven by a voice UI there’s no web browser or app support. The thing is clearly running some version of Android, I wish they’d just bite the bullet and throw FireOS proper on there.
Re: An Easier Way to Build Alexa Skills Using Python
#19Earlier quoted context omitted.
Use Flask-Ask and Zappa and deploy to AWS Lambda. I use that setup and have been running for free on AWS infra for about 6 months now.
oh i guess i didn't explain my use case enough... i'll deploy to lambda, but then i want lambda to ask about or control things around my house
Re: An Easier Way to Build Alexa Skills Using Python
#20If you care about your privacy, you can also build your own 100% on-device Voice AI for free using https://snips.ai (disclaimer: I'm a co-founder) We are building an open-source and 100% private-by-design Voice AI platform, and you can code your first private assistant in less than 1h: https://medium.com/snips-ai/building-a-voice-controlled-home...
The platform looks interesting, but the fact that you're offering an ICO makes me immediately wary of your company.
The true crypto use case - raising money without consequences. A shitty use case, but one none the less.