iron-io / functions

IronFunctions - the serverless microservices platform by
https://iron.io
Apache License 2.0
3.17k stars 227 forks source link

Create wrapper libraries for various languages to simplify function coding #530

Open treeder opened 7 years ago

treeder commented 7 years ago

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.

denismakogon commented 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.

pedronasser commented 7 years ago

@treeder is anyone currently working on this?