Tech Crunch; Twilio Functions lets developers build communications apps without having to worry about servers

Tech Crunch; Twilio Functions lets developers build communications apps without having to worry about servers

Twilio is getting into the serverless game today with the beta launch of Twilio Functions. Like other so-called “serverless” platforms, Functions abstracts away all of the tiresome server and infrastructure management and scaling and allows developers to focus on building their event-driven applications.

“Writing code is a creative endeavor,” said Patrick Malatack, Twilio VP of Product, in today’s announcement. “The developers and businesses building cloud communications apps should be focusing on the customer experience, not managing servers. Fueling the future of communications starts with unleashing developer creativity, and that’s exactly what Twilio Functions was designed to do. We can’t wait to see what developers build next!”

So instead of having to set up and maintain the infrastructure (or scale it as demand grows), developers can use functions to run their code on Twilio’s platform whenever a new SMS message comes in, for example. To do this, developers have to write their code in JavaScript and Twilio then executes it in a standard Node.js environment that runs on Twilio’s infrastructure.

To be honest, the term “serverless” is one of my least favorite buzzwords right now (it’s right up there with “hyperconverged”). While it captures the fact that it abstracts away all the underlying infrastructure, the programming model is more about triggering code execution based on incoming events.