Serverless computing continues to pick up more and more momentum. For the uninitiated, serverless computing refers to the use of services instead managing applications on servers. For example, if you need to run code, you can use the serverless Lambda service vs running the code on an EC2 instance.
We like serverless computing because it can simplify your application development. You can stitch together services from cloud providers like AWS to quickly build and deploy scalable and affordable systems.
We have dozens of serverless projects on Skillmix to help people learn more about serverless computing. And, we’ve made it super simple to learn about these projects. All you have to do is open one of them in our code editor, start the lab, and follow the steps. It’s that simple.
Here is a list of some of the projects available, organized (somewhat) by complexity.
API Gateway HTTP to Lambda with Modules
Lambda to Step Functions via Modules
S3 to Lambda via Notifications
You can see the full list of projects here.