Open treeder opened 7 years ago
@treeder i assume you're referring to a features like Go has for reading HTTP request from STDIN? If so, it would be nice to have a spec that'll be used for development of libs no matter which language developer would pick.
@treeder is anyone currently working on this?
Similar to our Lambda wrapper, abstract out the inputs and outputs so the user uses the wrapper libraries and just implements an interface.
This would make code even simpler as the user wouldn't need to worry about parsing input and what not.
It could also make #529 work automatically.