I want a way to use AWS Lambda/GCF but with cluster level network locality.
Interesting. Do you mean for functions to call each other (so that it’s sub-ms) or for some other reason?
Yeah, basically low latency versions of FaaS.
111–115 of 115 posts
The backend would just serve content when asked (JSON prolly), the frontend could be anything you desired.
I'm a front-end developer. I'd like an OSS solution that will allow me to deploy an arbitrary server-side service - be it a Ruby, Python application or even a package like OpenVPN - to some cloud infrastructure, easily. This solution should spin up a hardened OS distro (CIS-compliant, maybe?), provision it with my arbitrary services (using Ansible or Chef or something), and deploy it to AWS or some cloud infrastructu…