Hacker News new | ask | show | jobs
by CyanLite2 3249 days ago
Azure Functions has support now for pre-compiled functions. Start-up is fast, under 2 seconds for me and simple Http triggers.

Would be interesting to see a mashup of Azure Functions and ACI. In other words, use a event-driven trigger to spin up a container instance so you wouldn't be limited by the "serverless programming model".