I'm building an Alexa Smart Home skill.
Each of my users owns a hub device in their homes which is maintains an permanently open connection to my servers.
Now, Smart Home Skills require the usage of AWS Lambda, which I actually do not want to use, since I already have my own servers. The idea is to use Lambda to just forward every incoming event to my servers via https and answering all requests asynchronously. Since I imagine there are other people that want to forward lambda calls to their own servers, I wonder if there is already open source software for doing just that?