csuermann / virtual-smart-home

Virtual Smart Home Skill for Amazon Alexa and Node-RED
27 stars 18 forks source link

[FEATURE-REQUEST] Running backend on own infrastructure #6

Closed thohoj closed 1 year ago

thohoj commented 1 year ago

It would be nice, if the backend could be run on my own endpoint. Currently I am running a simple custom skill (js, aws-sdk, express) in my own iobroker adapter...just because I can.

Is it possible to host the vsh backend in a similar manner?

csuermann commented 1 year ago

Hi @thohoj, That is technically not possible at the moment, as Alexa's Smart Home Skill API requires AWS Lambda to function.