alexa_tivo_control icon indicating copy to clipboard operation
alexa_tivo_control copied to clipboard

Possible use of Lamba/SQS

Open jradwan opened this issue 7 years ago • 1 comments

User BMoreE on TCF has managed to split the app into two components: one that does most of the work running in Lambda and puts the commands into an SQS queue, and then a local alexa-app-server piece that retrieves those commands from the queue (pull), builds the telnet macros, and sends them to the TiVo on the local network. This eliminates the need to have an HTTPS server running locally for folks that can't (or don't want to) have to deal with open router ports, certificates, etc.

BMoreE has sent me his code, I just need to see how I can incorporate it into the project as an option.

jradwan avatar May 02 '17 01:05 jradwan

That would be brilliant , if you can incorporate this

Boxer29 avatar Jun 23 '17 19:06 Boxer29