From the course: Twilio Essentials Unit 3: All Together Now
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Serverless - Twilio Tutorial
From the course: Twilio Essentials Unit 3: All Together Now
Serverless
- There's this saying that goes, the cloud is just other people's computers. And the same is true about serverless technology. It's not that the server is no longer around. It's just, well, someone else's server. And you the developer don't need to worry about things like scale and domain name registration and all that jazz that comes along with server maintenance. Your code just runs on someone else's server. We've built our Twilio functions through the console UI, but there's another way to write Twilio function code. And I'm excited to show off the serverless toolkit. It's designed to feel like your standard development tools. And I think you're going to dig it. It's awesome for greenfield projects and we are about ready to start one of those up. So let's go get it all set up. The Twilio CLI allows for plug-ins. And one way to make your Twilio life so much easier is to use the serverless toolkit plugin. So I'm here in the…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.