{"id":77904,"date":"2022-08-03T14:44:14","date_gmt":"2022-08-03T09:14:14","guid":{"rendered":"https:\/\/www.mygreatlearning.com\/blog\/serverless-computing\/"},"modified":"2024-12-17T13:16:49","modified_gmt":"2024-12-17T07:46:49","slug":"serverless-computing","status":"publish","type":"post","link":"https:\/\/www.mygreatlearning.com\/blog\/serverless-computing\/","title":{"rendered":"What is Serverless Computing?"},"content":{"rendered":"\n<p>Serverless computing is a subset of cloud computing where cloud providers provision machine-based resources on customer demand while taking care of the server management on their behalf. However, the name \u201cServeless\u201d is misleading since it doesn\u2019t refer to the complete absence of servers. It refers to the fact that the servers used by the service providers are not within the purview of the customers but are instead completely managed by the cloud provider. This aids developers in focusing on writing the front-end, application, and business logic.<\/p>\n\n\n\n<p>Cloud providers handle various server management tasks like operating system patch management, security management and planning, system monitoring, <a href=\"https:\/\/middleware.io\/product\/infrastructure-monitoring\/\">infrastructure monitoring <\/a>and more. To learn more, you can take up a <a href=\"https:\/\/www.mygreatlearning.com\/academy\/learn-for-free\/courses\/cloud-serverless-application\" target=\"_blank\" rel=\"noreferrer noopener\">free online cloud serverless application course<\/a> and enhance your fundamental knowledge.<\/p>\n\n\n\n    <div class=\"courses-cta-container\">\n        <div class=\"courses-cta-card\">\n            <div class=\"courses-cta-header\">\n                <div class=\"courses-learn-icon\"><\/div>\n                <span class=\"courses-learn-text\">Texas McCombs, UT Austin<\/span>\n            <\/div>\n            <p class=\"courses-cta-title\">\n                <a href=\"https:\/\/onlineexeced.mccombs.utexas.edu\/online-cloud-computing-course\" class=\"courses-cta-title-link\">Post Graduate Program in Cloud Computing by UT Austin<\/a>\n            <\/p>\n            <p class=\"courses-cta-description\">Master AWS, Azure &amp; GCP in 6 months with 200+ projects &amp; GenAI tools. Get career-ready with UT Austin\u2019s Cloud Computing Certificate<\/p>\n            <div class=\"courses-cta-stats\">\n                <div class=\"courses-stat-item\">\n                    <div class=\"courses-stat-icon courses-user-icon\"><\/div>\n                    <span>5055 Ratings<\/span>\n                <\/div>\n                <div class=\"courses-stat-item\">\n                    <div class=\"courses-stat-icon courses-star-icon\"><\/div>\n                    <span>4.58<\/span>\n                <\/div>\n            <\/div>\n            <a href=\"https:\/\/onlineexeced.mccombs.utexas.edu\/online-cloud-computing-course\" class=\"courses-cta-button\">\n                Enroll Now\n                <div class=\"courses-arrow-icon\"><\/div>\n            <\/a>\n        <\/div>\n    <\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"cost-benefits\"><strong>Cost benefits<\/strong><\/h2>\n\n\n\n<p>Serverless computing allows developers to purchase services on a pay-as-you-go basis, this means that services will be provided as and when required and cost of utilization will be billed accordingly. It is equivalent to paying for only the time and machine used for exercising in the gym rather than paying for a monthly membership.<\/p>\n\n\n\n<p>It is also important to note that with serverless computing, a developer never has to pay any cost for idle capacity. This means that the cloud provider will provision the required resource instances only when demanded by the code execution and then de-provisions them as soon as the execution stops. Known as \u2018scaling to zero\u2019, this aids in reducing the resource\u2019s provisioned time and therefore reduces costs, since the billing starts and stops with the code execution.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"various-cloud-serverless-computing-providers\"><strong>Various cloud serverless computing providers<\/strong><\/h2>\n\n\n\n<p>There are various <a href=\"https:\/\/www.mygreatlearning.com\/academy\/learn-for-free\/courses\/cloud-service-providers\" target=\"_blank\" rel=\"noreferrer noopener\">cloud service providers<\/a> providing serverless computing to users as per their requirements. The most popular providers are as listed below:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>AWS Lambda<\/li>\n\n\n\n<li>Google Cloud Functions<\/li>\n\n\n\n<li>Azure Functions<\/li>\n\n\n\n<li>IBM Cloud Functions<\/li>\n\n\n\n<li>OCI Functions<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"types-of-serverless-computing-services\"><strong>Types of serverless computing services<\/strong><\/h2>\n\n\n\n<p>There are two commonly seen types of <a href=\"https:\/\/www.mygreatlearning.com\/academy\/learn-for-free\/courses\/cloud-computing-architecture\" target=\"_blank\" rel=\"noreferrer noopener\">Serverless architectures <\/a>seen in the industry today.&nbsp;<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Baas: Backend as a service or Mobile Backend as a service is used to describe an application that fully incorporates cloud-hosted services for the management of server-side logic. These applications are single page web apps or mobile apps that utilize an ecosystem of cloud accessible databases, authentication services, etc.<\/li>\n\n\n\n<li>Faas: Function as a service is a type of architecture where an application's server-side logic is written by a developer, but it is run on a stateless compute container. This means that unlike the scenario in traditional architecture, the containers are event triggered, fully managed by a third party and may only last for one invocation(ephemeral). AWS Lambda is one of the most popular Faas platforms in the industry today.<\/li>\n<\/ol>\n\n\n\n<p>Check out the <a href=\"https:\/\/www.mygreatlearning.com\/cloud-computing\/free-courses\" target=\"_blank\" rel=\"noreferrer noopener\">free cloud computing course<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"advantages-of-using-serverless-computing\"><strong>Advantages of using Serverless Computing<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-no-need-for-server-management\"><strong>1. No need for server management<\/strong><\/h3>\n\n\n\n<p>Although servers are required for running the applications, developers are only responsible for the creation of code and the management and running of the code is taken care of by the cloud service provider as a third party.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2-only-cost-of-usage-incurred\"><strong>2. Only cost of usage incurred<\/strong><\/h3>\n\n\n\n<p>It works in a pay-as-you-go model, where users are provisioned services as and when required and they are charged only for the duration and unit that they use. No additional charges are incurred on the operations.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"3-intrinsic-scalability\"><strong>3. Intrinsic Scalability<\/strong><\/h3>\n\n\n\n<p>Serverless architectures are highly scalable and elastic. This means that an increase in the inflow of requests will lead to an increase in the number of server units provisioned by the cloud providers. Conversely, if there is a decrease in incoming request decreases, underutilized and non-utilized.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"4-almost-instantaneous-deployment-and-updates\"><strong>4. Almost instantaneous deployment and updates<\/strong><\/h3>\n\n\n\n<p>Since there is no requirement of uploading the code to a server, the deployment and release of newer versions of the application becomes a quick task. Developers can upload one function at a time or all functions together, as per their requirements. It also simplifies repair and patching requirements of an application.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"5-decreased-latency\"><strong>5. Decreased Latency<\/strong><\/h3>\n\n\n\n<p>Since applications are not dependent on the origin server, their codes can be run from anywhere in the world. Therefore, it's possible to run applications on servers located closer to the end user. This leads to reduced latency due to the decreased distance that the request and response may need to travel in the network.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"disadvantages-of-serverless-computing\"><strong>Disadvantages of Serverless computing<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-challenging-testing-and-debugging-task\"><strong>1. Challenging testing and debugging task<\/strong><\/h3>\n\n\n\n<p>It becomes difficult to replicate a serverless environment for testing the deployment of code. This makes bug and fault detection a more challenging task.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2-security-issues\"><strong>2. Security issues<\/strong><\/h3>\n\n\n\n<p>The responsibility of security falls on the serverless computing service provider rather than the consumer. This implies that, in case of an attack, an attacker has multiple possible access points into the server. This leads to increased system vulnerability, and sees the customer powerless to take action against such intrusions.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"3-resource-limitations\"><strong>3. Resource limitations<\/strong><\/h3>\n\n\n\n<p>Serverless computing is not ideal in high-computing use-cases. This is due to the limited resources that service providers provision in a serverless manner. In cases where no such provisioning restrictions exist, we still have a few applications where limitless provisioning will not be cost effective.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"4-latency-in-response\"><strong>4. Latency in response<\/strong><\/h3>\n\n\n\n<p>One major drawback of serverless computing is the possibility of response latency. Response latency refers to the time difference between the instance when the request is sent and the instance when the response is received. Since serverless computing powers down between requests, it may cause an increase in the response latency, since the server might take some time to start up. This makes serverless computing pointless, in a time-critical application.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusion\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>Serverless computing is extremely beneficial in the case of applications where the users are concerned with the business side of operations rather than the IT infrastructure management. Even with obvious limitations, serverless computing is still the most preferred method of service provisioning due to the hand-off approach that the customer can take to service consumption. It aids in building event-based applications in a quick and efficient manner. Serverless computing is a way to conserve resources, boost productivity and increase efficiency in any organization.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Serverless computing is a subset of cloud computing where cloud providers provision machine-based resources on customer demand while taking care of the server management on their behalf. However, the name \u201cServeless\u201d is misleading since it doesn\u2019t refer to the complete absence of servers. It refers to the fact that the servers used by the service [&hellip;]<\/p>\n","protected":false},"author":41,"featured_media":77909,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[6],"tags":[],"content_type":[],"class_list":["post-77904","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cloud-computing"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>What is Serverless Computing?<\/title>\n<meta name=\"description\" content=\"Serverless computing allows developers to purchase services on a pay-as-you-go basis. Learn more about the same.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.mygreatlearning.com\/blog\/serverless-computing\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is Serverless Computing?\" \/>\n<meta property=\"og:description\" content=\"Serverless computing allows developers to purchase services on a pay-as-you-go basis. Learn more about the same.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mygreatlearning.com\/blog\/serverless-computing\/\" \/>\n<meta property=\"og:site_name\" content=\"Great Learning Blog: Free Resources what Matters to shape your Career!\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/GreatLearningOfficial\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-08-03T09:14:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-17T07:46:49+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/08\/iStock-1295446758.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1307\" \/>\n\t<meta property=\"og:image:height\" content=\"802\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Great Learning Editorial Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/Great_Learning\" \/>\n<meta name=\"twitter:site\" content=\"@Great_Learning\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Great Learning Editorial Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/serverless-computing\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/serverless-computing\\\/\"},\"author\":{\"name\":\"Great Learning Editorial Team\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/person\\\/6f993d1be4c584a335951e836f2656ad\"},\"headline\":\"What is Serverless Computing?\",\"datePublished\":\"2022-08-03T09:14:14+00:00\",\"dateModified\":\"2024-12-17T07:46:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/serverless-computing\\\/\"},\"wordCount\":1002,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/serverless-computing\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/iStock-1295446758.jpg\",\"articleSection\":[\"Cloud Computing\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/serverless-computing\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/serverless-computing\\\/\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/serverless-computing\\\/\",\"name\":\"What is Serverless Computing?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/serverless-computing\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/serverless-computing\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/iStock-1295446758.jpg\",\"datePublished\":\"2022-08-03T09:14:14+00:00\",\"dateModified\":\"2024-12-17T07:46:49+00:00\",\"description\":\"Serverless computing allows developers to purchase services on a pay-as-you-go basis. Learn more about the same.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/serverless-computing\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/serverless-computing\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/serverless-computing\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/iStock-1295446758.jpg\",\"contentUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/08\\\/iStock-1295446758.jpg\",\"width\":1307,\"height\":802,\"caption\":\"serverless computing\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/serverless-computing\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cloud Computing\",\"item\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/cloud-computing\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"What is Serverless Computing?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/\",\"name\":\"Great Learning Blog\",\"description\":\"Learn, Upskill &amp; Career Development Guide and Resources\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#organization\"},\"alternateName\":\"Great Learning\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#organization\",\"name\":\"Great Learning\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/GL-Logo.jpg\",\"contentUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/GL-Logo.jpg\",\"width\":900,\"height\":900,\"caption\":\"Great Learning\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/GreatLearningOfficial\\\/\",\"https:\\\/\\\/x.com\\\/Great_Learning\",\"https:\\\/\\\/www.instagram.com\\\/greatlearningofficial\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/school\\\/great-learning\\\/\",\"https:\\\/\\\/in.pinterest.com\\\/greatlearning12\\\/\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/beaconelearning\\\/\"],\"description\":\"Great Learning is a leading global ed-tech company for professional training and higher education. It offers comprehensive, industry-relevant, hands-on learning programs across various business, technology, and interdisciplinary domains driving the digital economy. These programs are developed and offered in collaboration with the world's foremost academic institutions.\",\"email\":\"info@mygreatlearning.com\",\"legalName\":\"Great Learning Education Services Pvt. Ltd\",\"foundingDate\":\"2013-11-29\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"1001\",\"maxValue\":\"5000\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/person\\\/6f993d1be4c584a335951e836f2656ad\",\"name\":\"Great Learning Editorial Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/unnamed.webp\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/unnamed.webp\",\"contentUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/unnamed.webp\",\"caption\":\"Great Learning Editorial Team\"},\"description\":\"The Great Learning Editorial Staff includes a dynamic team of subject matter experts, instructors, and education professionals who combine their deep industry knowledge with innovative teaching methods. Their mission is to provide learners with the skills and insights needed to excel in their careers, whether through upskilling, reskilling, or transitioning into new fields.\",\"sameAs\":[\"https:\\\/\\\/www.mygreatlearning.com\\\/\",\"https:\\\/\\\/in.linkedin.com\\\/school\\\/great-learning\\\/\",\"https:\\\/\\\/x.com\\\/https:\\\/\\\/twitter.com\\\/Great_Learning\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCObs0kLIrDjX2LLSybqNaEA\"],\"award\":[\"Best EdTech Company of the Year 2024\",\"Education Economictimes Outstanding Education\\\/Edtech Solution Provider of the Year 2024\",\"Leading E-learning Platform 2024\"],\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/author\\\/greatlearning\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"What is Serverless Computing?","description":"Serverless computing allows developers to purchase services on a pay-as-you-go basis. Learn more about the same.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.mygreatlearning.com\/blog\/serverless-computing\/","og_locale":"en_US","og_type":"article","og_title":"What is Serverless Computing?","og_description":"Serverless computing allows developers to purchase services on a pay-as-you-go basis. Learn more about the same.","og_url":"https:\/\/www.mygreatlearning.com\/blog\/serverless-computing\/","og_site_name":"Great Learning Blog: Free Resources what Matters to shape your Career!","article_publisher":"https:\/\/www.facebook.com\/GreatLearningOfficial\/","article_published_time":"2022-08-03T09:14:14+00:00","article_modified_time":"2024-12-17T07:46:49+00:00","og_image":[{"width":1307,"height":802,"url":"http:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/08\/iStock-1295446758.jpg","type":"image\/jpeg"}],"author":"Great Learning Editorial Team","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/Great_Learning","twitter_site":"@Great_Learning","twitter_misc":{"Written by":"Great Learning Editorial Team","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.mygreatlearning.com\/blog\/serverless-computing\/#article","isPartOf":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/serverless-computing\/"},"author":{"name":"Great Learning Editorial Team","@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/person\/6f993d1be4c584a335951e836f2656ad"},"headline":"What is Serverless Computing?","datePublished":"2022-08-03T09:14:14+00:00","dateModified":"2024-12-17T07:46:49+00:00","mainEntityOfPage":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/serverless-computing\/"},"wordCount":1002,"commentCount":0,"publisher":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/serverless-computing\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/08\/iStock-1295446758.jpg","articleSection":["Cloud Computing"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.mygreatlearning.com\/blog\/serverless-computing\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.mygreatlearning.com\/blog\/serverless-computing\/","url":"https:\/\/www.mygreatlearning.com\/blog\/serverless-computing\/","name":"What is Serverless Computing?","isPartOf":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/serverless-computing\/#primaryimage"},"image":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/serverless-computing\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/08\/iStock-1295446758.jpg","datePublished":"2022-08-03T09:14:14+00:00","dateModified":"2024-12-17T07:46:49+00:00","description":"Serverless computing allows developers to purchase services on a pay-as-you-go basis. Learn more about the same.","breadcrumb":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/serverless-computing\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mygreatlearning.com\/blog\/serverless-computing\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mygreatlearning.com\/blog\/serverless-computing\/#primaryimage","url":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/08\/iStock-1295446758.jpg","contentUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/08\/iStock-1295446758.jpg","width":1307,"height":802,"caption":"serverless computing"},{"@type":"BreadcrumbList","@id":"https:\/\/www.mygreatlearning.com\/blog\/serverless-computing\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/www.mygreatlearning.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Cloud Computing","item":"https:\/\/www.mygreatlearning.com\/blog\/cloud-computing\/"},{"@type":"ListItem","position":3,"name":"What is Serverless Computing?"}]},{"@type":"WebSite","@id":"https:\/\/www.mygreatlearning.com\/blog\/#website","url":"https:\/\/www.mygreatlearning.com\/blog\/","name":"Great Learning Blog","description":"Learn, Upskill &amp; Career Development Guide and Resources","publisher":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#organization"},"alternateName":"Great Learning","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mygreatlearning.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.mygreatlearning.com\/blog\/#organization","name":"Great Learning","url":"https:\/\/www.mygreatlearning.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/06\/GL-Logo.jpg","contentUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/06\/GL-Logo.jpg","width":900,"height":900,"caption":"Great Learning"},"image":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/GreatLearningOfficial\/","https:\/\/x.com\/Great_Learning","https:\/\/www.instagram.com\/greatlearningofficial\/","https:\/\/www.linkedin.com\/school\/great-learning\/","https:\/\/in.pinterest.com\/greatlearning12\/","https:\/\/www.youtube.com\/user\/beaconelearning\/"],"description":"Great Learning is a leading global ed-tech company for professional training and higher education. It offers comprehensive, industry-relevant, hands-on learning programs across various business, technology, and interdisciplinary domains driving the digital economy. These programs are developed and offered in collaboration with the world's foremost academic institutions.","email":"info@mygreatlearning.com","legalName":"Great Learning Education Services Pvt. Ltd","foundingDate":"2013-11-29","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"1001","maxValue":"5000"}},{"@type":"Person","@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/person\/6f993d1be4c584a335951e836f2656ad","name":"Great Learning Editorial Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/02\/unnamed.webp","url":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/02\/unnamed.webp","contentUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/02\/unnamed.webp","caption":"Great Learning Editorial Team"},"description":"The Great Learning Editorial Staff includes a dynamic team of subject matter experts, instructors, and education professionals who combine their deep industry knowledge with innovative teaching methods. Their mission is to provide learners with the skills and insights needed to excel in their careers, whether through upskilling, reskilling, or transitioning into new fields.","sameAs":["https:\/\/www.mygreatlearning.com\/","https:\/\/in.linkedin.com\/school\/great-learning\/","https:\/\/x.com\/https:\/\/twitter.com\/Great_Learning","https:\/\/www.youtube.com\/channel\/UCObs0kLIrDjX2LLSybqNaEA"],"award":["Best EdTech Company of the Year 2024","Education Economictimes Outstanding Education\/Edtech Solution Provider of the Year 2024","Leading E-learning Platform 2024"],"url":"https:\/\/www.mygreatlearning.com\/blog\/author\/greatlearning\/"}]}},"uagb_featured_image_src":{"full":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/08\/iStock-1295446758.jpg",1307,802,false],"thumbnail":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/08\/iStock-1295446758-150x150.jpg",150,150,true],"medium":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/08\/iStock-1295446758-300x184.jpg",300,184,true],"medium_large":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/08\/iStock-1295446758-768x471.jpg",768,471,true],"large":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/08\/iStock-1295446758-1024x628.jpg",1024,628,true],"1536x1536":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/08\/iStock-1295446758.jpg",1307,802,false],"2048x2048":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/08\/iStock-1295446758.jpg",1307,802,false],"web-stories-poster-portrait":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/08\/iStock-1295446758-640x802.jpg",640,802,true],"web-stories-publisher-logo":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/08\/iStock-1295446758-96x96.jpg",96,96,true],"web-stories-thumbnail":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/08\/iStock-1295446758-150x92.jpg",150,92,true]},"uagb_author_info":{"display_name":"Great Learning Editorial Team","author_link":"https:\/\/www.mygreatlearning.com\/blog\/author\/greatlearning\/"},"uagb_comment_info":0,"uagb_excerpt":"Serverless computing is a subset of cloud computing where cloud providers provision machine-based resources on customer demand while taking care of the server management on their behalf. However, the name \u201cServeless\u201d is misleading since it doesn\u2019t refer to the complete absence of servers. It refers to the fact that the servers used by the service&hellip;","_links":{"self":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/posts\/77904","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/users\/41"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/comments?post=77904"}],"version-history":[{"count":9,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/posts\/77904\/revisions"}],"predecessor-version":[{"id":110280,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/posts\/77904\/revisions\/110280"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/media\/77909"}],"wp:attachment":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/media?parent=77904"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/categories?post=77904"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/tags?post=77904"},{"taxonomy":"content_type","embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/content_type?post=77904"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}