Serverless computing is a cloud computing execution model in which the cloud provider allocates machine resources on demand, taking care of the servers on behalf of their customers. "Serverless" is a misnomer in the sense that servers are still used by cloud service providers to execute code for developers. However, developers of serverless applications are not concerned with capacity planning, configuration, management, maintenance, fault tolerance, or scaling of containers, VMs, or physical servers. (source: wikipedia)
1 Post matching serverless topic:
- Using GitHub Actions to Deploy on IBM Cloud Code Engine
Use the GitHub Actions described in this post to build a workflow and deploy your application to IBM Cloud Code Engine.