Initial Release
This version allows a basic setup with Rabbit MQ and OpenFaaS.
- Messages received will be used to invoke a function on OpenFaaS, if there is a function listening on that event
- Be aware that the connector will drop messages if there is no lambda (yet) listening for them.