alexa_tivo_control
alexa_tivo_control copied to clipboard
Possible use of Lamba/SQS
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.
That would be brilliant , if you can incorporate this