-
Notifications
You must be signed in to change notification settings - Fork 18
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
A bit more plumbing info please!? #11
Comments
This is not designed to work as a lambda function (Although it would have been nice). So the Application will run on a server (Linux or windows machine/VM) in your home network. The connectivity to Amazon is established by manually configuring AWS with the hostname of your server. (There is quite a bit of pain here in terms of configuring certificates on the server such that AWS will accept the connection, AWS does not allow unencrypted connections). Hope this helps. |
Also note that you can use 'real', free certs from Let's Encrypt rather than self-signed. |
Definitely helps! I've been monkeying around with Smartthings, Hue Bridge On Sun, Apr 17, 2016 at 5:08 PM, Sushil Singh [email protected]
Thanks, |
You can have a lambda that basically just send the requests to our own server, then you don't need to setup a https certificate on our own server. |
@joezorry Any details on how you would do that? I've got everything set up, but I can't get it to work in my network. I think the issue is that I'm using an Airport Extreme which doesn't do any sort of DNS, preventing the Echo from being able to connect to the webserver via hostname. I could NAT a request coming from an external server, which would get around that. |
@chasepeeler here is the redirect snippet I use for my AWS Lamda, you need to replace id and url
|
Would you mind putting in a bit of info on how to wire this up? Is there a lambda function that I need to write and deploy to AWS? How is the discovery process accomplished from the Echo side? This looks very promising as I have been researching and trying different solutions for a year. A bit of additional guidance would be greatly appreciated.
The text was updated successfully, but these errors were encountered: