From the course: Java: Serverless Applications on AWS
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Why serverless?
From the course: Java: Serverless Applications on AWS
Why serverless?
- [Instructor] Serverless can be summarized as a haiku poem by Onsi Fakhouri. "Here is my source code. Run it on the cloud for me. I do not care how," which means I don't want to know the specifics of it, just make it work. A lot of times software development looks like this. You have a server, maybe even a Docker container, and you find yourself spending a ton of time doing things that are not code, and a precious little time doing things that you actually care about your code. This is where we come to our first benefit. It is far, far faster to develop and deploy new applications using serverless platforms. Do your customer's care about Java runtime or the version of Linux you're running on? Did you ever get rewarded for upgrading the runtime version or establishing a security patch? They don't care, they want features. The goal of serverless is don't worry about the underlying operating system and any kind of platform…
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.