Live data from Hacker News

IronFunctions: language agnostic open-source alternative to AWS Lambda

github.com

11–20 of 23 posts

Re: IronFunctions: language agnostic open-source alternative to AWS Lambda

#14
post #13

How's the difference between between IronWorker and IronFunctions?

IronWorker is more classic job processing whereas IronFunctions is AWS Lambda-style sync service. We'll follow up with a longer blog post on the differences.

Re: IronFunctions: language agnostic open-source alternative to AWS Lambda

#18
This is absolutely fab! I've been trying to figure out an elegant way to 'pipe' query results to user defined filter functions[0] for my side-project[1]. Can't wait to give this a go and dig into it. Thanks for making this open source and writing it in Go(lang) :-D

  [0] https://bytengine.readthedocs.io/en/latest/funcs.html  
  [1] https://github.com/johnwilson/bytengine
Post reply on HN