{"id":22537,"date":"2023-08-14T09:30:00","date_gmt":"2023-08-14T07:30:00","guid":{"rendered":"https:\/\/www.codemotion.com\/magazine\/?p=22537"},"modified":"2023-08-08T12:08:02","modified_gmt":"2023-08-08T10:08:02","slug":"serverless-computing-the-advantages-and-disadvantages","status":"publish","type":"post","link":"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/","title":{"rendered":"Serverless Computing: The Advantages and Disadvantages"},"content":{"rendered":"\n<p>When developing applications, there are a million and one things you need to consider. You\u2019ve designed the perfect user interface to attract customers, and registered domain for your website to give you a global reach, but have you considered the infrastructure on which your application will run?<\/p>\n\n\n\n<p>If not, you really need to give it some thought. Serverless computing is just one of the many options that offer backend services to developers.<\/p>\n\n\n\n<p>We\u2019re here to guide you through the pros and cons of serverless computing, to help you make an informed choice about whether it\u2019s right for you.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-is-serverless-computing\">What is Serverless Computing?<\/h2>\n\n\n\n<p>Serverless computing is a type of cloud computing model that allows users to write and deploy code, build web apps, and perform a range of other tasks, without the need to provision or manage any servers.\u00a0<\/p>\n\n\n\n<p>It\u2019s an industry that has seen rapid growth in recent years due to the benefits it can offer developers.<\/p>\n\n\n\n<p>The user of a serverless computing service is charged based on their computation. <strong>The service is auto-scaling, meaning that there\u2019s no need to reserve and pay for a fixed number of servers or amount of bandwidth.<\/strong> Instead, the service provider allocates backend services as they\u2019re required.<\/p>\n\n\n\n<p>Despite the name, serverless computing does utilize servers. The servers in this instance, however, are operated and maintained by third-party providers. This allows code to be executed in the cloud, without developers having to worry about the underlying infrastructure they\u2019re working on.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p><strong><em>Recommended video: Serverless in Production &#8211; Lessons Learned After 5 Years.<br><\/em><\/strong>[jwp-video n=&#8221;1&#8243;]<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">How Does Serverless Computing Work?<\/h2>\n\n\n\n<p>Application development is typically split into two main sections: frontend and backend.&nbsp;<\/p>\n\n\n\n<p>Serverless computing provides backend services. This essentially means that developers can build, deploy, and run applications, without having to worry about the underlying infrastructure that\u2019s powering them. In principle, it\u2019s similar to a <a href=\"https:\/\/www.dialpad.com\/uk\/products\/cloud-phone-system\/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\" class=\"ek-link\">cloud based phone system<\/a>, where most of the associated hardware is stored off-site and maintained by a third-party.<\/p>\n\n\n\n<p>It\u2019s generally carried out using a serverless platform. This is an interface through which developers can build, deploy, and run applications. They\u2019ll typically also offer features and tools such as <a href=\"https:\/\/www.codemotion.com\/magazine\/backend\/faas-wars-serverless-robot\/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\" class=\"ek-link\">functions as a service (FaaS)<\/a>, which allow for code to be triggered in response to specific, predetermined events.<\/p>\n\n\n\n<p>Here\u2019s a brief rundown of how serverless computing works in practice:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Developers write code, and deploy it to their cloud provider.<\/li>\n<\/ol>\n\n\n\n<ol class=\"wp-block-list\" start=\"2\">\n<li>This code is then packaged by the cloud provider, and deployed to a fleet of servers.<\/li>\n<\/ol>\n\n\n\n<ol class=\"wp-block-list\" start=\"3\">\n<li>Upon a request being made to execute the code, the cloud provider will create a new container to run the code in, which is then destroyed when the execution has completed.&nbsp;<\/li>\n<\/ol>\n\n\n\n<p>Using this system, developers only need pay for the time in which their code is executing.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Advantages of Serverless Computing<\/h2>\n\n\n\n<p>Serverless computing can offer many benefits to developers. As a result, companies can save a great deal of money compared to traditional hosting models. This cost-effectiveness can lead to significant <strong>improvements in operational efficiency<\/strong> and positively impact a company&#8217;s <a href=\"https:\/\/www.waveapps.com\/blog\/cash-flow-statement\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\" class=\"ek-link\">cash flow statement<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Lower costs<\/h3>\n\n\n\n<p>Serverless computing is charged on an event-based model. This means that service providers only charge developers for the time that their code is executing.<\/p>\n\n\n\n<p>This eliminates the need to provision, manage, and maintain physical servers, which can save a great deal of money. This is similar to how using a <a href=\"https:\/\/www.dialpad.com\/uk\/glossary\/cloud-pbx\/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\" class=\"ek-link\">cloud based PBX<\/a> eliminates the need for an organization to manage and maintain a traditional PBX system, saving them money on telecommunications.\u00a0<\/p>\n\n\n\n<p>In many cases, it\u2019s even cheaper than using traditional cloud hosting models, as many of these require paying for dedicated servers, meaning that costs are accrued even when those servers are idle.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Increased productivity<\/h3>\n\n\n\n<p>It\u2019s often easier to deploy new programs using serverless computing, as so much time is saved by not having to install servers or monitor workflows. <strong>There\u2019s no need to devote time to maintaining hardware<\/strong>, which allows development teams to focus on actually developing.<\/p>\n\n\n\n<p>In many cases, this allows developers to get products much faster when utilizing a serverless computing model.<\/p>\n\n\n\n<p>There\u2019s no need to upload source code or make changes to server-side backend functions when releasing software products. <strong>Server-side applications rely on functions, or series of functions<\/strong>, sanctioned by the provider\u2019s infrastructure, meaning that developers simply need to upload a few pieces of code and run the program.<\/p>\n\n\n\n<p>This also makes it quicker to update and patch applications, as updates can be applied to one function at a time, without causing interruptions to service across the entire application.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Greater scalability<\/h3>\n\n\n\n<p>Using serverless computing, developers can quickly scale their operation up or down depending on current demand. The entire infrastructure is built around scalability, as serverless only ever uses the necessary server capacity. Many developers consider scalability to be the most important benefit of serverless.<\/p>\n\n\n\n<p>This is similar to benefits offered by cloud VoIP services, such as <a href=\"https:\/\/www.dialpad.com\/uk\/guides\/hosted-pbx\/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\" class=\"ek-link\">Dialpad\u2019s hosted PBX<\/a> service, which can be easily scaled based on the number of users or phone numbers required, saving businesses money by ensuring they only pay for what they need.<\/p>\n\n\n\n<p>If demand for functions increases, then the provider\u2019s servers adjust accordingly, and provide higher capacity to run the functions. There\u2019s no limitation based on the storage or performance capabilities of the server, as would be the case with many traditional alternatives.<\/p>\n\n\n\n<p>This makes serverless computing an excellent choice for applications that experience varying numbers of user requests, as there\u2019s no need to worry about experiencing issues due to a sudden change in demand.<\/p>\n\n\n\n<p>By leveraging serverless computing, businesses can confidently handle fluctuations in demand without worrying about encountering issues or disruptions. This adaptability makes it an attractive option for businesses, providing cost-effective <a href=\"https:\/\/legislate.ai\/blog\/4-challenges-and-opportunities-for-smes-to-thrive\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\" class=\"ek-link\">opportunities for SMEs<\/a> seeking to optimize their resources and effortlessly scale their applications as needed.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Greener computing<\/h3>\n\n\n\n<p>Serverless computing is considered to be a <a aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/green-cloud-computing-strategies-and-best-practices\/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"ek-link\">greener tech<\/a><a href=\"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/green-cloud-computing-strategies-and-best-practices\/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\" class=\"ek-link\"> <\/a><a aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/green-cloud-computing-strategies-and-best-practices\/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"ek-link\">alternative<\/a> to many other backend models.<\/p>\n\n\n\n<p>Resource utilization is improved, and waste generation is reduced in a serverless environment, because resources are only used when they\u2019re needed to execute code. In addition, energy isn\u2019t wasted to power idle servers.<\/p>\n\n\n\n<p>This makes serverless computing a good option for organizations who are concerned about their carbon footprint, and are looking to meet sustainability targets.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Reliability<\/h3>\n\n\n\n<p>Providers of serverless computing have multiple layers of redundancy built in, meaning that applications running on serverless platforms are incredibly reliable.&nbsp;<\/p>\n\n\n\n<p>Because applications aren\u2019t hosted on origin servers, the code can be run from almost anywhere. This makes it possible to run application functions close to the location of the end user, which helps to reduce latency and improve performance.&nbsp;<\/p>\n\n\n\n<p>When coupled with other fault-tolerant programs, such as data streaming through <a href=\"https:\/\/www.databricks.com\/glossary\/what-is-spark-streaming\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\" class=\"ek-link\">Spark Streaming examples<\/a>, this creates a reliable development ecosystem.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Disadvantages of Serverless Computing<\/h2>\n\n\n\n<p>While serverless computing offers many advantages to developers, there are also some potential drawbacks that must be considered.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Possible performance issues<\/h3>\n\n\n\n<p>Serverless computing can be prone to performance issues in some scenarios. If an application is reactivated after a prolonged period of non-use, it can experience a \u2018cold start\u2019.<\/p>\n\n\n\n<p>This is an issue that arises from function starting up slowly, and the serverless infrastructure requiring some time to process the server request. This can lead to slower performance.<\/p>\n\n\n\n<p>Steps can be taken to limit the occurrence of cold starts. Keeping strings of code short can help to reduce their impact, as the problem can be aggravated by longer strings of code. However, this has the adverse effect of creating a higher number of smaller functions to manage, which can be inconvenient.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Increased complexity<\/h3>\n\n\n\n<p>Although serverless computing can simplify the process of building and deploying applications in many ways, there are some instances in which it can add an <a href=\"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/tackling-complex-cloud-architectures\/\" target=\"_blank\" aria-label=\"extra layer of complexity (opens in a new tab)\" rel=\"noreferrer noopener\" class=\"ek-link\">extra layer of complexity<\/a>.<\/p>\n\n\n\n<p>Many serverless architectures also operate on a multi-tenancy model, meaning that multiple different software programs for multiple different clients may be running on servers simultaneously.<\/p>\n\n\n\n<p>This can lead to issues such as low performance, or security risks arising from customers being able to access one another\u2019s data.<\/p>\n\n\n\n<p>Serverless computing is also often unsuitable for long-running workloads. Because serverless solutions charge based on the amount of time that code is being run, applications that require lengthy processes may end up being more costly than if they were run on dedicated servers.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Complicated testing &amp; debugging<\/h3>\n\n\n\n<p>The nature of serverless computing often results in developers having a lack of backend visibility, which can make practices such as testing and debugging quite challenging.<\/p>\n\n\n\n<p>Serverless programs don\u2019t lend themselves to deep inspections, which means that it can be difficult to detect and identify faults and errors.<\/p>\n\n\n\n<p>Developers using serverless computing infrastructure will have to take additional steps in order to recognize, predict, and plan for faults. This helps ensure that interruptions to services for users are limited should they occur.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Security concerns<\/h3>\n\n\n\n<p>Serverless computing can present security and <a href=\"https:\/\/www.auditboard.com\/blog\/sox-compliance\/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\" class=\"ek-link\">compliance<\/a> concerns, resulting in a rapid increase in the serverless security market in recent years.<\/p>\n\n\n\n<p>Because of the sheer size of the fleet of servers being used, there is a greater number of potential points of entry for malicious actors.&nbsp;<\/p>\n\n\n\n<p>While many serverless computing service providers will have robust security measures in place, some users may feel uncomfortable with handing off responsibility for security to the server owners.&nbsp;<\/p>\n\n\n\n<p>For some developers, the fact that they have one less security concern to worry about will be a benefit. However, others may dislike the fact that one element of their application\u2019s security is taken out of their hands, and they must rely on a third party to detect and fix any security threats.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Education<\/h3>\n\n\n\n<p>Because serverless computing is a relatively new technology, it\u2019s likely that a certain amount of <a href=\"https:\/\/www.codemotion.com\/magazine\/soft-skills\/it-careers\/developers-continuous-learning-upskilling-cross-training\/\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\" class=\"ek-link\">training or upskilling<\/a> will need to be undertaken by developers in order to use it to its fullest potential.<\/p>\n\n\n\n<p>Developers will need to be trained regarding the new platforms and environments that will be used for development, and new methods for deploying code. Undertaking this training will present its own costs in terms of time and money, and could potentially delay projects while developers get up to speed.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Make an Informed Choice About Serverless Computing<\/h2>\n\n\n\n<p>Hopefully, by now you\u2019ve got enough background knowledge around serverless computing, and know enough about its advantages and disadvantages, that you can make an informed choice about whether it\u2019s the right option for you and your development teams.<\/p>\n\n\n\n<p>The technology is likely to keep developing in the years to come, so even if it doesn\u2019t feel like the right choice right now, keep your finger on the pulse in case things change in the future.&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When developing applications, there are a million and one things you need to consider. You\u2019ve designed the perfect user interface to attract customers, and registered domain for your website to give you a global reach, but have you considered the infrastructure on which your application will run? If not, you really need to give it&#8230; <a class=\"more-link\" href=\"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/\">Read more<\/a><\/p>\n","protected":false},"author":127,"featured_media":22541,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_editorskit_title_hidden":false,"_editorskit_reading_time":0,"_editorskit_is_block_options_detached":false,"_editorskit_block_options_position":"{}","_uag_custom_page_level_css":"","_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[5244],"tags":[10826,75],"collections":[],"class_list":{"0":"post-22537","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-cloud","8":"tag-cloud-native","9":"tag-serverless","10":"entry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.9 (Yoast SEO v26.9) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Serverless Computing: How To Make an Inform Decision<\/title>\n<meta name=\"description\" content=\"Developers use serverless computing to save time and money, and for many other benefits. It can have drawbacks, however. Discover more here!\" \/>\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.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Serverless Computing: The Advantages and Disadvantages\" \/>\n<meta property=\"og:description\" content=\"Developers use serverless computing to save time and money, and for many other benefits. It can have drawbacks, however. Discover more here!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/\" \/>\n<meta property=\"og:site_name\" content=\"Codemotion Magazine\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Codemotion.Italy\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-14T07:30:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/cloud-6532831_1280.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"550\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Grace Lau\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@CodemotionIT\" \/>\n<meta name=\"twitter:site\" content=\"@CodemotionIT\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Grace Lau\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/\"},\"author\":{\"name\":\"Grace Lau\",\"@id\":\"https:\/\/www.codemotion.com\/magazine\/#\/schema\/person\/ef00b3430a627c3c91f1fb1512723b46\"},\"headline\":\"Serverless Computing: The Advantages and Disadvantages\",\"datePublished\":\"2023-08-14T07:30:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/\"},\"wordCount\":1790,\"publisher\":{\"@id\":\"https:\/\/www.codemotion.com\/magazine\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/cloud-6532831_1280.jpg\",\"keywords\":[\"cloud native\",\"Serverless\"],\"articleSection\":[\"Cloud\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/\",\"url\":\"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/\",\"name\":\"Serverless Computing: How To Make an Inform Decision\",\"isPartOf\":{\"@id\":\"https:\/\/www.codemotion.com\/magazine\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/cloud-6532831_1280.jpg\",\"datePublished\":\"2023-08-14T07:30:00+00:00\",\"description\":\"Developers use serverless computing to save time and money, and for many other benefits. It can have drawbacks, however. Discover more here!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/#primaryimage\",\"url\":\"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/cloud-6532831_1280.jpg\",\"contentUrl\":\"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/cloud-6532831_1280.jpg\",\"width\":1280,\"height\":550,\"caption\":\"cloud native. Serverless computing, discover the advantages and disadvantages in this article.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.codemotion.com\/magazine\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DevOps\",\"item\":\"https:\/\/www.codemotion.com\/magazine\/devops\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Cloud\",\"item\":\"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Serverless Computing: The Advantages and Disadvantages\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.codemotion.com\/magazine\/#website\",\"url\":\"https:\/\/www.codemotion.com\/magazine\/\",\"name\":\"Codemotion Magazine\",\"description\":\"We code the future. Together\",\"publisher\":{\"@id\":\"https:\/\/www.codemotion.com\/magazine\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.codemotion.com\/magazine\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.codemotion.com\/magazine\/#organization\",\"name\":\"Codemotion\",\"url\":\"https:\/\/www.codemotion.com\/magazine\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.codemotion.com\/magazine\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2019\/11\/codemotionlogo.png\",\"contentUrl\":\"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2019\/11\/codemotionlogo.png\",\"width\":225,\"height\":225,\"caption\":\"Codemotion\"},\"image\":{\"@id\":\"https:\/\/www.codemotion.com\/magazine\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Codemotion.Italy\/\",\"https:\/\/x.com\/CodemotionIT\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.codemotion.com\/magazine\/#\/schema\/person\/ef00b3430a627c3c91f1fb1512723b46\",\"name\":\"Grace Lau\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.codemotion.com\/magazine\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/bd263b15285e0745b6ae66d51ea5048092045d197a18d0d0c5770cf074dc2d12?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/bd263b15285e0745b6ae66d51ea5048092045d197a18d0d0c5770cf074dc2d12?s=96&d=mm&r=g\",\"caption\":\"Grace Lau\"},\"url\":\"https:\/\/www.codemotion.com\/magazine\/author\/grace-lau\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Serverless Computing: How To Make an Inform Decision","description":"Developers use serverless computing to save time and money, and for many other benefits. It can have drawbacks, however. Discover more here!","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.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/","og_locale":"en_US","og_type":"article","og_title":"Serverless Computing: The Advantages and Disadvantages","og_description":"Developers use serverless computing to save time and money, and for many other benefits. It can have drawbacks, however. Discover more here!","og_url":"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/","og_site_name":"Codemotion Magazine","article_publisher":"https:\/\/www.facebook.com\/Codemotion.Italy\/","article_published_time":"2023-08-14T07:30:00+00:00","og_image":[{"width":1280,"height":550,"url":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/cloud-6532831_1280.jpg","type":"image\/jpeg"}],"author":"Grace Lau","twitter_card":"summary_large_image","twitter_creator":"@CodemotionIT","twitter_site":"@CodemotionIT","twitter_misc":{"Written by":"Grace Lau","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/#article","isPartOf":{"@id":"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/"},"author":{"name":"Grace Lau","@id":"https:\/\/www.codemotion.com\/magazine\/#\/schema\/person\/ef00b3430a627c3c91f1fb1512723b46"},"headline":"Serverless Computing: The Advantages and Disadvantages","datePublished":"2023-08-14T07:30:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/"},"wordCount":1790,"publisher":{"@id":"https:\/\/www.codemotion.com\/magazine\/#organization"},"image":{"@id":"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/#primaryimage"},"thumbnailUrl":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/cloud-6532831_1280.jpg","keywords":["cloud native","Serverless"],"articleSection":["Cloud"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/","url":"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/","name":"Serverless Computing: How To Make an Inform Decision","isPartOf":{"@id":"https:\/\/www.codemotion.com\/magazine\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/#primaryimage"},"image":{"@id":"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/#primaryimage"},"thumbnailUrl":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/cloud-6532831_1280.jpg","datePublished":"2023-08-14T07:30:00+00:00","description":"Developers use serverless computing to save time and money, and for many other benefits. It can have drawbacks, however. Discover more here!","breadcrumb":{"@id":"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/#primaryimage","url":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/cloud-6532831_1280.jpg","contentUrl":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/cloud-6532831_1280.jpg","width":1280,"height":550,"caption":"cloud native. Serverless computing, discover the advantages and disadvantages in this article."},{"@type":"BreadcrumbList","@id":"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/serverless-computing-the-advantages-and-disadvantages\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.codemotion.com\/magazine\/"},{"@type":"ListItem","position":2,"name":"DevOps","item":"https:\/\/www.codemotion.com\/magazine\/devops\/"},{"@type":"ListItem","position":3,"name":"Cloud","item":"https:\/\/www.codemotion.com\/magazine\/devops\/cloud\/"},{"@type":"ListItem","position":4,"name":"Serverless Computing: The Advantages and Disadvantages"}]},{"@type":"WebSite","@id":"https:\/\/www.codemotion.com\/magazine\/#website","url":"https:\/\/www.codemotion.com\/magazine\/","name":"Codemotion Magazine","description":"We code the future. Together","publisher":{"@id":"https:\/\/www.codemotion.com\/magazine\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.codemotion.com\/magazine\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.codemotion.com\/magazine\/#organization","name":"Codemotion","url":"https:\/\/www.codemotion.com\/magazine\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.codemotion.com\/magazine\/#\/schema\/logo\/image\/","url":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2019\/11\/codemotionlogo.png","contentUrl":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2019\/11\/codemotionlogo.png","width":225,"height":225,"caption":"Codemotion"},"image":{"@id":"https:\/\/www.codemotion.com\/magazine\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Codemotion.Italy\/","https:\/\/x.com\/CodemotionIT"]},{"@type":"Person","@id":"https:\/\/www.codemotion.com\/magazine\/#\/schema\/person\/ef00b3430a627c3c91f1fb1512723b46","name":"Grace Lau","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.codemotion.com\/magazine\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/bd263b15285e0745b6ae66d51ea5048092045d197a18d0d0c5770cf074dc2d12?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/bd263b15285e0745b6ae66d51ea5048092045d197a18d0d0c5770cf074dc2d12?s=96&d=mm&r=g","caption":"Grace Lau"},"url":"https:\/\/www.codemotion.com\/magazine\/author\/grace-lau\/"}]}},"featured_image_src":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/cloud-6532831_1280-600x400.jpg","featured_image_src_square":"https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/cloud-6532831_1280-600x550.jpg","author_info":{"display_name":"Grace Lau","author_link":"https:\/\/www.codemotion.com\/magazine\/author\/grace-lau\/"},"uagb_featured_image_src":{"full":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/cloud-6532831_1280.jpg",1280,550,false],"thumbnail":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/cloud-6532831_1280-150x150.jpg",150,150,true],"medium":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/cloud-6532831_1280-300x129.jpg",300,129,true],"medium_large":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/cloud-6532831_1280-768x330.jpg",768,330,true],"large":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/cloud-6532831_1280-1024x440.jpg",1024,440,true],"1536x1536":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/cloud-6532831_1280.jpg",1280,550,false],"2048x2048":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/cloud-6532831_1280.jpg",1280,550,false],"small-home-featured":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/cloud-6532831_1280.jpg",100,43,false],"sidebar-featured":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/cloud-6532831_1280-180x128.jpg",180,128,true],"genesis-singular-images":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/cloud-6532831_1280-896x504.jpg",896,504,true],"archive-featured":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/cloud-6532831_1280-400x225.jpg",400,225,true],"gb-block-post-grid-landscape":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/cloud-6532831_1280-600x400.jpg",600,400,true],"gb-block-post-grid-square":["https:\/\/www.codemotion.com\/magazine\/wp-content\/uploads\/2023\/08\/cloud-6532831_1280-600x550.jpg",600,550,true]},"uagb_author_info":{"display_name":"Grace Lau","author_link":"https:\/\/www.codemotion.com\/magazine\/author\/grace-lau\/"},"uagb_comment_info":0,"uagb_excerpt":"When developing applications, there are a million and one things you need to consider. You\u2019ve designed the perfect user interface to attract customers, and registered domain for your website to give you a global reach, but have you considered the infrastructure on which your application will run? If not, you really need to give it&#8230;&hellip;","lang":"en","_links":{"self":[{"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/posts\/22537","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/users\/127"}],"replies":[{"embeddable":true,"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/comments?post=22537"}],"version-history":[{"count":4,"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/posts\/22537\/revisions"}],"predecessor-version":[{"id":22545,"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/posts\/22537\/revisions\/22545"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/media\/22541"}],"wp:attachment":[{"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/media?parent=22537"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/categories?post=22537"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/tags?post=22537"},{"taxonomy":"collections","embeddable":true,"href":"https:\/\/www.codemotion.com\/magazine\/wp-json\/wp\/v2\/collections?post=22537"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}