Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Ask HN: FaaS – Serverless Infrastructure Implementations of Cloud Providers
4 points by binaryanomaly on Dec 26, 2016 | hide | past | favorite | 1 comment
I was wondering whether someone has a deeper understanding of how the different FaaS or serverless offerings of the different cloud providers are effectively implemented backend or infrastructure wise. (AWS Lambda, Azure functions, Google Cloud Functions, ...)

Language support:

AWS: Java, Node.js, C#, Python

Azure: JavaScript, C#, Python, PHP, Bash, Batch, PowerShell

Google: JavaScript

Google Cloud Functions seems to be based on a managed Node.js environment and is hence limited to .js (https://cloud.google.com/functions/docs/concepts/overview)

AWS and Azure support a multitude of different languages which may look like an ideal docker use case from far. Does anyone know some real facts here?



Have a look at IBM solution. It's named OpenWhisk and it's open source: https://github.com/openwhisk/openwhisk. Otherwise, you may look at Funktion which is using Docker: https://github.com/fabric8io/funktion




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: