{"id":483,"date":"2021-11-10T09:03:32","date_gmt":"2021-11-10T09:03:32","guid":{"rendered":"http:\/\/18.141.20.153\/?p=483"},"modified":"2023-04-28T12:43:39","modified_gmt":"2023-04-28T12:43:39","slug":"why-developers-and-businesses-should-go-with-the-serverless-architecture","status":"publish","type":"post","link":"https:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/","title":{"rendered":"Why Developers and Businesses Should go With Serverless Architecture?"},"content":{"rendered":"<span class=\"rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Reading Time: <\/span> <span class=\"rt-time\">9<\/span> <span class=\"rt-label rt-postfix\">minutes<\/span><\/span>\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh4.googleusercontent.com\/ARBPsot0eXbSf8yLBhsrJF0ScQDXeeiJER806iS6MQFz41mHwQmLrX0F_jp1JI6s4R1S1R4GZytHTtwvYLD9jE7rN3HBYU7H5fAQJj25OZVVP1S0HzZ-o42mJzRBxLspk6oQa8lN\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\">In today\u2019s competitive market, faster time to market and scalability are the two major measures of a good application. In this blog, we will discuss how SERVERLESS architecture can be a good choice for quick and scalable application development.&nbsp;<\/p>\n\n\n\n<p class=\"has-text-align-justify\">In this blog, you will get answers to the following questions which help you to get a better understanding of <a href=\"https:\/\/www.workfall.com\/learning\/blog\/amazon-devops-guru-for-serverless\/\">Serverless<\/a>, FaaS, <a href=\"https:\/\/www.workfall.com\/learning\/blog\/how-to-detect-operational-issues-in-lambda-function-automatically-with-amazon-devops-guru-for-serverless\/\">AWS Lambda<\/a>, etc.&nbsp;<\/p>\n\n\n\n<ul><li>Serverless architecture is really serverless?<\/li><li>What is Function as a Service (FaaS)?<\/li><li>Who is using Serverless architecture in production?<\/li><li>What are the benefits of using Serverless architecture?<\/li><li>When to go for serverless and when not to choose serverless?<\/li><li>What is the future of the Serverless architecture market and who is the leader?<\/li><li>What are the Serverless Services provided by AWS?<\/li><li>How to create and run a Serverless &#8220;Hello, World!&#8221; with AWS Lambda?<\/li><\/ul>\n\n\n\n<h2><strong>Serverless Architecture is really serverless?<\/strong><\/h2>\n\n\n\n<p class=\"has-text-align-justify\">A Serverless Architecture is a method to build and run software and services without having to manage servers.Yes, you read it right! Serverless doesn\u2019t mean without a server! The server in a Serverless Architecture is managed by the supplier, not the consumer.<\/p>\n\n\n\n<p>In Serverless Architecture there are two main types of services:-<\/p>\n\n\n\n<p class=\"has-text-align-justify\"><strong>Function as a Service(FaaS)<\/strong>: Stateless functions containing server-side business logic. These functions are event-triggered and executed in separate containers. Third-party providers, such as AWS Lambda or Azure functions, are in charge of fully managing these functions.<\/p>\n\n\n\n<p class=\"has-text-align-justify\"><strong>Backend as a Service(BaaS)<\/strong>: The applications utilizing BaaS are typically client-rich applications such as SPAs or mobile apps.&nbsp; In this kind of application, the client handles most of the business logic with the help of external services like authentication, database, user management, etc.<\/p>\n\n\n\n<h2><strong>What is Function as a Service?<\/strong><\/h2>\n\n\n\n<p class=\"has-text-align-justify\">To host the application on the internet, it needs some kind of virtual server infrastructure which includes operating systems, web servers, etc. In function as a Service, all these things are managed by the provider and not by the consumer as shown in the image below:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh3.googleusercontent.com\/StcpiXrJtt5gHL172q4ViQNAeemvq_Vfs0vRLS-rNdMU5SvRODGJH6QfrzH-_1ZkdGEznmENLxTdoZ5_NQ2CcI5rzLznjj-lqEykv16lYSUoB-blgugELs1ylIWZA4fseSdgzf36\" alt=\"What is Function as a Service?\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\">There are different providers like Amazon, Microsoft Azure, Google Cloud, etc. who manage virtual server and software processes. By choosing any of these providers, businesses can choose to focus on only core development.<\/p>\n\n\n\n<h2><strong>Who is using Serverless architecture in production?<\/strong><\/h2>\n\n\n\n<p class=\"has-text-align-justify\">If technology gets picked up by a big company that usually means it\u2019s here to stay and this logic is applicable to Serverless technology, too! Some of the biggest companies including Netflix, Codepen, Figma, and many more have used serverless architecture in their production, which means Serverless development is getting more and more popular every day and will be getting adopted by many companies for their applications.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh3.googleusercontent.com\/zka5vKjNjwfqmIXkd6nTE53awbYJLewIDWmXKR0hkAXhgUCaLWv6Smm7p5WXuYgjNwar_WNgkPyUzisiUjIKRkka6JJ5R0M6bh95hWzVHKy_qMYQKo6G17y_n4LXR7-1CfLH199u\" alt=\"Who is using Serverless architecture in production?\"\/><\/figure>\n\n\n\n<h2>&nbsp;<\/h2>\n\n\n\n<h2><strong>Benefits of using Serverless architecture<\/strong><\/h2>\n\n\n\n<p class=\"has-text-align-justify\">Serverless computing is not actually serverless. Servers and computational power are still required, but they must be housed on some hardware.<\/p>\n\n\n\n<p class=\"has-text-align-justify\">The basic goal of serverless is to reduce the time, complexity, and cost of hosting a dependable and scalable server for a modern application. This can give lots of benefits to developers and business owners.&nbsp;<\/p>\n\n\n\n<h4><strong>Benefits for developers<\/strong><\/h4>\n\n\n\n<p class=\"has-text-align-justify\">The aim of serverless architecture is to reduce efforts by developers in publishing, maintaining and scaling application servers. So they can really focus on coding. The benefits for the developers:<\/p>\n\n\n\n<ul><li>The coding of the application as a single function hosted by the server is simple to grasp.<\/li><li>Easy to introduce new features as functions.<\/li><li>No need to handle infrastructure issues<\/li><li>No need to run a server 24\/7<\/li><li>Focus on core development<\/li><li>Less efforts in maintaining project infrastructure<\/li><\/ul>\n\n\n\n<h4><strong>Benefits for businesses<\/strong><\/h4>\n\n\n\n<p>Enterprises and startups can save a lot of money by using the Serverless FaaS strategy. The benefits for the businesses:<\/p>\n\n\n\n<ul><li>Pay only for what you use helps businesses to save lots of money as they will not pay for servers while not using them.<\/li><li>Quick development, as businesses can launch individual functions in production,&nbsp; so shorter time to market.&nbsp;<\/li><li>Event driven project scaling&nbsp;<\/li><li>Less costs on running a server.&nbsp;<\/li><\/ul>\n\n\n\n<h2><strong>When to go for serverless and when not to choose serverless<\/strong><\/h2>\n\n\n\n<p>Serverless approach is the best suits for the following types of applications:<\/p>\n\n\n\n<ul><li>Multimedia or data processing with high latency background tasks&nbsp;<\/li><li>Client-centric apps in which the majority of the logic is shifted to the client<\/li><li>Applications with a high level of server load that fluctuates<\/li><li>Applications that are rapidly growing and evolving and must be able to scale and alter features quickly.<\/li><\/ul>\n\n\n\n<p class=\"has-text-align-justify\">Every technology has flaws, and serverless is no different. Here are the primary reasons why becoming serverless isn&#8217;t a good idea.<\/p>\n\n\n\n<ul><li>FaaS functions have limited lifetime, so it is not good choice to use serverless approach for real-time applications that use WebSockets<\/li><li>After a period of inactivity, the function will require a cold start, which can take several seconds.<\/li><li>So if your application needs to give a quick response to the request, avoid serverless architecture!&nbsp;<\/li><\/ul>\n\n\n\n<h2><strong>Serverless architecture market as AWS as a leader<\/strong><\/h2>\n\n\n\n<p class=\"has-text-align-justify\">During the projection period, the global serverless architecture market is expected to increase at a Compound Annual Growth Rate (CAGR) of 22.7 percent, from USD 7.6 billion in 2020 to USD 21.1 billion in 2025.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh5.googleusercontent.com\/2vxTYU66ehFj2nqXX7VF7rDeLy897-0Uoor5gceqaZ9-htHCXvQzfA1gxLYbGUElIx-eZWIw-IrUFP-taeJe0xhAKwN31LJUFJvfFM3N_b3ty1fevRMpT4foToU5FApUB9Gu29TN\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\">In a 2019 O&#8217;Reilly study of 1500 IT professionals, 40% of respondents said they worked for companies that used serverless architecture.<\/p>\n\n\n\n<p class=\"has-text-align-justify\">According to a 2020 DataDog poll, more than half of AWS users are already using the serverless AWS Lambda Function as a Service (FaaS). Serverless technologies are going mainstream.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh3.googleusercontent.com\/I9FT-xKaasbMf6HUs33AJROWutfRakxzMGVYq0E_Zhpqmvxds7DjvPOAmfUKW4kQsVzQX4genAZmBlmswRz1A7YS3r3NCrIwRgvkuBIRWlHRyt4IIoYAJ8e7qt2c-PKGsiUYuzcY\" alt=\"\"\/><\/figure>\n\n\n\n<p>AWS Lambda is leading in the serverless market.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh5.googleusercontent.com\/YeLdywdkxFZSI0Rq41gCtpJxTYRL8_w8Qpqqtu15VVmo5tdxy0MbWc6Y70vij6CixIXN95MYDthP1HIqQvsy-eXQ-GmhbK1kz1hIslGUaHc2WSrfYulgUdRtQzirnrJN3c2Dze_t\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\">AWS Lambda is the first choice for today\u2019s developers for implementing serverless architecture as it is easy to use! Now, let\u2019s understand AWS Lambda and other serverless services of AWS<\/p>\n\n\n\n<h2>Serverless Services on AWS<\/h2>\n\n\n\n<p class=\"has-text-align-justify\">Serverless first is a strategy that prioritizes the adoption of serverless services in modern systems. AWS is providing serverless services for all three layers of the development stack: compute, integration, and data stores.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh3.googleusercontent.com\/X4cox6z71-pdiH9kRTkiHBfurU6L5DF0T6v3xi60xXHkfahQJsOdTBGZka1zyElGWwgor_J68td1IBXDGIKJ__EutK_aWLZE_cbdHyyaPgNpT_CcgVwNVf0a4S3yUEIx3ShTyt8T\" alt=\"Serverless Services on AWS\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\">&#8220;In 2020, half of the new applications that <a href=\"https:\/\/www.linkedin.com\/feed\/hashtag\/?keywords=amazon&amp;highlightedUpdateUrns=urn%3Ali%3Aactivity%3A6754064524124426240\">#Amazon<\/a> built were built on top of <a href=\"https:\/\/www.linkedin.com\/feed\/hashtag\/?keywords=lambda&amp;highlightedUpdateUrns=urn%3Ali%3Aactivity%3A6754064524124426240\">#Lambda<\/a> compute. I think the next generation of developers are going to grow up the building in this <a href=\"https:\/\/www.linkedin.com\/feed\/hashtag\/?keywords=serverless&amp;highlightedUpdateUrns=urn%3Ali%3Aactivity%3A6754064524124426240\">#serverless<\/a> fashion, which is a combination of having event-driven, serverless computing service like Lambda and a bunch of enabling services&#8230;&#8221; &#8211; Andy Jassy, CEO AWS<\/p>\n\n\n\n<p>Let\u2019s experience it by quickly creating our first serverless function using AWS Lambda.<\/p>\n\n\n\n<h2><strong>Create and run a Serverless &#8220;Hello, World!&#8221; with AWS Lambda<\/strong><\/h2>\n\n\n\n<p class=\"has-text-align-justify\">You&#8217;ve probably figured out that the Serverless strategy benefits both developers and product owners. The developers can free their minds off infrastructure concerns and focus on the development, on the other side, product owners, spend less on running a server and can have benefits like better service scalability, faster time to market, and potential to scale.<\/p>\n\n\n\n<p class=\"has-text-align-justify\">The only thing that stands in our way now is our own thinking. The realization that functions are not the same as servers will be a watershed moment. But, we are going in the right direction if starting using serverless architecture. Let\u2019s start our journey with serverless by creating and running a serverless \u201cHello World\u201d with AWS Lambda<\/p>\n\n\n\n<p class=\"has-text-align-justify\">We&#8217;ll use the AWS Lambda console to create a Hello World Lambda function, then manually run it with sample event data and examine the output metrics.<\/p>\n\n\n\n<p class=\"has-text-align-justify\">AWS Lambda natively supports Java, Go, PowerShell, Node.js, C#, Python, and Ruby code, and provides a Runtime API that allows you to use any additional programming languages to author your functions.<\/p>\n\n\n\n<p>Login into the AWS console and search for Lambda service in the services search as shown in the following screenshot:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh3.googleusercontent.com\/GTqORiqfx2qYuYDQHxz9mvrSiCqwdnIJGt6gtHJrrkPhfXovWLndcLd0W9Hc-u7xhIHWeSsrkYZhgmn8oi4DqnHqr_2WaqleD4ozyAZmBMgjpT78q5_VJ3XD7qyJGudLTueAx38u\" alt=\"serverless architecture\"\/><\/figure>\n\n\n\n<p>Click on Lambda, it will open the AWS Lambda Console as shown in the following screenshot:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh4.googleusercontent.com\/StwsRoFIKTWlr28i5Mrgqj6zL1QekRLFCjSJ_PFToO4UmNXI_xTtstswqiS2djj6JMJQ6Z9KJPApWu6yu6Fpx0akfKBQQ4UbdHaFNhgxDHcYS1GKAFsxUaj-DYP4OXIaOtFPJbT0\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\">To create our first function, in the AWS Lambda console, click on the Create function button, it will take you to the create function page. Select Blueprints and type <strong>hello-world-python<\/strong> in the fiterbox as shown in the below screenshot:&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh4.googleusercontent.com\/M2kGIMY7-jxmXl0P8c-2ysz1L_o8HO9HZ6-dqF_E-pymajeZoqv8CyVOG_lIW0ApNz_3H9LMW-zAY6XdxZ_CgRJ8v_CKIv0vWmJ4617yZag8EKwHb71TG5jxHmWTatfQc8r0q0Vr\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\">Then click on the configure button, it will take you to the configuration page. In this page you will enter name<strong> workfall-serverless-helloworld<\/strong>, choose execute role as shown in the following screenshot:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh4.googleusercontent.com\/BqNDMeS5Czi-Gkf7fIrXA1l5kX_KleLz9KGCSHmKlRGIlM006vIDpfMj73NZw5TzmpsnxUieT0yijOsMXZhnF7chQqmSMp-EdVkUuJ-_qaFwIBURYYXh16jVRZxGCo9MrLKVsK9T\" alt=\"serverless architecture\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\">You can make some changes (if you want) in your python function coding. I am not doing any changes in the function. Let\u2019s keep it as it is to start with.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh6.googleusercontent.com\/-mfucIUCpuRY5giNaWJa4-Mf93kK2Bg4697-LDIYgrphr9off9IWOLd_S9HTtZ_7FVrAesYPOIenzRMHNz-cl6NhdR-AytBASQdz8AFZk0T5iU171pj8dyr38RvuI9egucurrn_8\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\">Then click on the Create function button as shown in the above screenshot. You will get the following screen which shows your first Lambda function got created successfully.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh5.googleusercontent.com\/MfgWzSIaiRVlpvvAvLDQ-tnaJhlCsll77cg3GoKgNYTrPbBNUD5GR94498Sgrk64UUgbiHZX97grNsUUOqfi5WI3Cqhs23mhpelBBS5oH_n9nHSHKtIF8Qy2Skc82FiR0PQo7-bq\" alt=\"serverless architecture\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\">Configure your memory, timeout, and VPC settings by scrolling down to see the method code. I am not making any changes as of now and using the default Lambda function configuration values.<\/p>\n\n\n\n<p>Now it&#8217;s time to put the Lambda function to the test, double-check the results, and go over the logs.<\/p>\n\n\n\n<p class=\"has-text-align-justify\">As shown in the following screenshot, select<strong> configure test event<\/strong> from the drop-down menu called &#8220;Select a test event&#8230;&#8221;.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh3.googleusercontent.com\/0GbWGHXr_zvQj3qfPrPq0vWsODuhFEkpylUJuikHH1KW8NwaE-2e802UhEerO5Qpsb20fAD9G4TVYVvcGsb2QohlkS3IC_kpU8tiWKznvpcg4K7uwgv3Odkm9ZMECZlO5JiGIYpP\" alt=\"serverless architecture\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\">It will popup the Configure test event editor.<em> <\/em><em>Choose hello-world from the Sample event template list on the Input test event tab, then name the event HelloWorldEvent, as shown in the screenshot.<\/em><\/p>\n\n\n\n<p class=\"has-text-align-justify\"><em>You can also<\/em> change the values in the sample JSON as shown in the following screenshot. And then click on the Create button.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh6.googleusercontent.com\/u-xYfHsEyJejkoEIFv7pL-nkMb1bejYWU5xAO6xmJI8PjPXJsa8X_M6l8BVRmDufSyUA0yZoGe0PZy5HSkEha_Q9-OLk7PjE3NA_hrDoMCcvBEiBepz2ym0DWBZlq6jPOHV7p25c\" alt=\"\"\/><\/figure>\n\n\n\n<p>Now it is time to Test this function. Click on Test button as shown in the following screenshot:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh4.googleusercontent.com\/Nc9417-8f3R9ariATQmlCDnrClTNBcDYKCqDEf6PbHewhmEvoBiAsm3992gnzpVzb2AtktxjBXKhQk1wyBHdcxoKGIo9XApOGRNrN5XoMFeLpV_Wod-3vX3_jUOJyZXeEFQ_SUId\" alt=\"\"\/><\/figure>\n\n\n\n<p>Upon successful execution, you will be able to view the execution result as shown in the below screenshot.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh3.googleusercontent.com\/woa3pYF-srFV3VAPCPeHgzGPlkJUoesUR4In-oR8p3_mjYo0X087tFMYR40b36GjxC9BWNSoCxsKtVaMfHXMLEL9qqxkkcEQbYmOWqVM_A8VHia0wJz6PSwRI8UDYtt5dswIC7Ek\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\">Let\u2019s do a quick change in out function return value, to modify the outcome of the function. As shown in the below screenshot, now function is returning values of all three keys as a sentence. After doing required changes in the code, click on the Deploy button.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh4.googleusercontent.com\/lBAs7JKU9q1TQNLutMVIQ8e8TMT1rMTEMf8fhpvMJP0PLb1gh-MVMky3p8Xy4E-yNisJH7crKDgRctsIBuPu5XpXRef8DoTVtZr6W9BLvPzxXajbGyYpo9jgocm04gR5bEQ466ww\" alt=\"serverless architecture\"\/><\/figure>\n\n\n\n<p>Now click on the Test button to run the updated function. You will get output as shown in the following screenshot:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh3.googleusercontent.com\/KvcOzdO-LBfbtH0zYsV3KP8_uV2eAQZ3p4c3FcOIicEjz987yqzRAmmjQz9Rgoy5RJmAKxznxyac9_UVp_X2u9gllOi5C4AybOwYgdhDFO_7nvB4awk6U4Z_AkBURPlSB2cxcymD\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\">The Log output section will show the logs generated by the Lambda function execution which includes detailed information about billing duration, memory size, etc. as shown in the screenshot below:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh5.googleusercontent.com\/yZoWoLlQYfR3XAcvV5CjymLZ7XimrdIsFODQUYTvYgVM9tx01jiggOQZX_yW5GTwUB9V4CpDX42KuXV1I09zzvUlS2TrpfgEarHuUGmN5GbjcLqfJfDLDtVkNJHlYSlW3ZvzLq7V\" alt=\"serverless architecture\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\">AWS Lambda analyses Lambda functions automatically and delivers metrics to Amazon CloudWatch. Click on the <strong>Monitoring <\/strong>tab to view the results.<\/p>\n\n\n\n<p class=\"has-text-align-justify\">The Monitoring tab will show CloudWatch metrics including Invocation count, duration, errors, etc. as shown in the following screenshot:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh6.googleusercontent.com\/xlCYy77q1spw7sa54ow-38I9Dzqpnpm7vfLrplnLn3tne81oK0ILcTtdax2GW_FrKO8HCddYwCiEUbLD_m77TmvNkuU0X3kAxuyfp5E8MMrq3h5NYOelUPZag1DDs5qYXqaFzQRR\" alt=\"serverless architecture\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\">With AWS Lambda, you pay for what you use. After you&#8217;ve used up your free AWS Lambda tier, you&#8217;ll be charged based on the number of requests your functions receive (invocation count) and the length of time your code runs. (invocation duration)<\/p>\n\n\n\n<p class=\"has-text-align-justify\">You will not get charged by AWS for keeping your Lambda function. But if you wish to delete it from the AWS Lambda console, you can delete it from the Functions page. Select the function and choose Delete from the Actions dropdown as shown in the below screenshot:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https:\/\/lh4.googleusercontent.com\/8qT_481sVp1Ydjs1P32XxSkkvMzhZYo9cWCEx_cbVBCUkiEaQ1gFVeic_c8vdRQmu_mvWA_PAUBPHL6cxppb9YUHZhxyN_Nr_hI_HgwtXhCUDpKGkPuNGXfWFC7_ylpeR6exoWN0\" alt=\"\"\/><\/figure>\n\n\n\n<h2><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p class=\"has-text-align-justify\">In this blog, you have seen how easily we can transform traditional web development into serverless!&nbsp; The serverless approach allows you to build and run applications and services without thinking about servers. With a serverless approach, your application still runs on servers, but all the server management is done by AWS or other providers. AWS Serverless service Lambda comes with automatic scaling, built-in high availability, and a pay-for-value billing model.&nbsp;<\/p>\n\n\n\n<p class=\"has-text-align-justify\">We will discuss more about serverless architecture in our upcoming blog. Stay tuned to keep getting all updates about our upcoming new blogs on AWS and relevant technologies.<\/p>\n\n\n\n<p>Meanwhile \u2026<\/p>\n\n\n\n<p><strong>Keep Exploring -&gt; Keep Learning -&gt; Keep Mastering<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-justify\">This blog is part of our effort towards building a knowledgeable and kick-ass tech community. At Workfall, we strive to provide the best tech and pay opportunities to AWS-certified talents. If you\u2019re looking to work with global clients, build kick-ass products while making big bucks doing so, give it a shot at<a href=\"https:\/\/www.workfall.com\/partner\/\"> workfall.com\/partner<\/a> today.<\/p>\n","protected":false},"excerpt":{"rendered":"<p><span class=\"rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Reading Time: <\/span> <span class=\"rt-time\">9<\/span> <span class=\"rt-label rt-postfix\">minutes<\/span><\/span> In today\u2019s competitive market, faster time to market and scalability are the two major measures of a good application. In this blog, we will discuss how SERVERLESS architecture can be a good choice for quick and scalable application development.&nbsp; In this blog, you will get answers to the following questions which help you to get [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":484,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"spay_email":""},"categories":[2],"tags":[3,148,57,42,6],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Why Developers and Businesses Should go With Serverless Architecture? - The Workfall Blog<\/title>\n<meta name=\"description\" content=\"In this blog, we will discuss how SERVERLESS architecture can be a good choice for quick and scalable application development.\u00a0\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Why Developers and Businesses Should go With Serverless Architecture? - The Workfall Blog\" \/>\n<meta property=\"og:description\" content=\"In this blog, we will discuss how SERVERLESS architecture can be a good choice for quick and scalable application development.\u00a0\" \/>\n<meta property=\"og:url\" content=\"https:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/\" \/>\n<meta property=\"og:site_name\" content=\"The Workfall Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/workfall\" \/>\n<meta property=\"article:published_time\" content=\"2021-11-10T09:03:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-28T12:43:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/11\/serverless.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@workfall\" \/>\n<meta name=\"twitter:site\" content=\"@workfall\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Workfall\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"13 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/#organization\",\"name\":\"Workfall - Hire #Kickass Coders On Demand\",\"url\":\"https:\/\/learning.workfall.com\/learning\/blog\/\",\"sameAs\":[\"https:\/\/www.instagram.com\/workfall\/\",\"https:\/\/www.linkedin.com\/company\/workfall\/\",\"https:\/\/facebook.com\/workfall\",\"https:\/\/twitter.com\/workfall\"],\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/i1.wp.com\/18.141.20.153\/learning\/blog\/wp-content\/uploads\/2021\/10\/cropped-WF_logo.png?fit=400%2C400\",\"contentUrl\":\"https:\/\/i1.wp.com\/18.141.20.153\/learning\/blog\/wp-content\/uploads\/2021\/10\/cropped-WF_logo.png?fit=400%2C400\",\"width\":400,\"height\":400,\"caption\":\"Workfall - Hire #Kickass Coders On Demand\"},\"image\":{\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/#website\",\"url\":\"https:\/\/learning.workfall.com\/learning\/blog\/\",\"name\":\"The Workfall Blog\",\"description\":\"#Tech #Remote #Jobs\",\"publisher\":{\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/learning.workfall.com\/learning\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/#primaryimage\",\"url\":\"https:\/\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/11\/serverless.png\",\"contentUrl\":\"https:\/\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/11\/serverless.png\",\"width\":1200,\"height\":628,\"caption\":\"Serverless Services on AWS\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/#webpage\",\"url\":\"https:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/\",\"name\":\"Why Developers and Businesses Should go With Serverless Architecture? - The Workfall Blog\",\"isPartOf\":{\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/#primaryimage\"},\"datePublished\":\"2021-11-10T09:03:32+00:00\",\"dateModified\":\"2023-04-28T12:43:39+00:00\",\"description\":\"In this blog, we will discuss how SERVERLESS architecture can be a good choice for quick and scalable application development.\u00a0\",\"breadcrumb\":{\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/learning.workfall.com\/learning\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Why Developers and Businesses Should go With Serverless Architecture?\"}]},{\"@type\":\"Article\",\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/#webpage\"},\"author\":{\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/#\/schema\/person\/cab8236044692bc5b27606b13167794a\"},\"headline\":\"Why Developers and Businesses Should go With Serverless Architecture?\",\"datePublished\":\"2021-11-10T09:03:32+00:00\",\"dateModified\":\"2023-04-28T12:43:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/#webpage\"},\"wordCount\":1959,\"publisher\":{\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/11\/serverless.png\",\"keywords\":[\"AWS\",\"FaaS\",\"lambda\",\"serverless\",\"workfall\"],\"articleSection\":[\"AWS Cloud Computing\"],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/#\/schema\/person\/cab8236044692bc5b27606b13167794a\",\"name\":\"Workfall\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/learning.workfall.com\/learning\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2023\/09\/avatar_user_1_1693914404-96x96.png\",\"contentUrl\":\"https:\/\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2023\/09\/avatar_user_1_1693914404-96x96.png\",\"caption\":\"Workfall\"},\"sameAs\":[\"https:\/\/www.workfall.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Why Developers and Businesses Should go With Serverless Architecture? - The Workfall Blog","description":"In this blog, we will discuss how SERVERLESS architecture can be a good choice for quick and scalable application development.\u00a0","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:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/","og_locale":"en_US","og_type":"article","og_title":"Why Developers and Businesses Should go With Serverless Architecture? - The Workfall Blog","og_description":"In this blog, we will discuss how SERVERLESS architecture can be a good choice for quick and scalable application development.\u00a0","og_url":"https:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/","og_site_name":"The Workfall Blog","article_publisher":"https:\/\/facebook.com\/workfall","article_published_time":"2021-11-10T09:03:32+00:00","article_modified_time":"2023-04-28T12:43:39+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/11\/serverless.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_creator":"@workfall","twitter_site":"@workfall","twitter_misc":{"Written by":"Workfall","Est. reading time":"13 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Organization","@id":"https:\/\/learning.workfall.com\/learning\/blog\/#organization","name":"Workfall - Hire #Kickass Coders On Demand","url":"https:\/\/learning.workfall.com\/learning\/blog\/","sameAs":["https:\/\/www.instagram.com\/workfall\/","https:\/\/www.linkedin.com\/company\/workfall\/","https:\/\/facebook.com\/workfall","https:\/\/twitter.com\/workfall"],"logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/learning.workfall.com\/learning\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/i1.wp.com\/18.141.20.153\/learning\/blog\/wp-content\/uploads\/2021\/10\/cropped-WF_logo.png?fit=400%2C400","contentUrl":"https:\/\/i1.wp.com\/18.141.20.153\/learning\/blog\/wp-content\/uploads\/2021\/10\/cropped-WF_logo.png?fit=400%2C400","width":400,"height":400,"caption":"Workfall - Hire #Kickass Coders On Demand"},"image":{"@id":"https:\/\/learning.workfall.com\/learning\/blog\/#\/schema\/logo\/image\/"}},{"@type":"WebSite","@id":"https:\/\/learning.workfall.com\/learning\/blog\/#website","url":"https:\/\/learning.workfall.com\/learning\/blog\/","name":"The Workfall Blog","description":"#Tech #Remote #Jobs","publisher":{"@id":"https:\/\/learning.workfall.com\/learning\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/learning.workfall.com\/learning\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/#primaryimage","url":"https:\/\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/11\/serverless.png","contentUrl":"https:\/\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/11\/serverless.png","width":1200,"height":628,"caption":"Serverless Services on AWS"},{"@type":"WebPage","@id":"https:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/#webpage","url":"https:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/","name":"Why Developers and Businesses Should go With Serverless Architecture? - The Workfall Blog","isPartOf":{"@id":"https:\/\/learning.workfall.com\/learning\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/#primaryimage"},"datePublished":"2021-11-10T09:03:32+00:00","dateModified":"2023-04-28T12:43:39+00:00","description":"In this blog, we will discuss how SERVERLESS architecture can be a good choice for quick and scalable application development.\u00a0","breadcrumb":{"@id":"https:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/learning.workfall.com\/learning\/blog\/"},{"@type":"ListItem","position":2,"name":"Why Developers and Businesses Should go With Serverless Architecture?"}]},{"@type":"Article","@id":"https:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/#article","isPartOf":{"@id":"https:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/#webpage"},"author":{"@id":"https:\/\/learning.workfall.com\/learning\/blog\/#\/schema\/person\/cab8236044692bc5b27606b13167794a"},"headline":"Why Developers and Businesses Should go With Serverless Architecture?","datePublished":"2021-11-10T09:03:32+00:00","dateModified":"2023-04-28T12:43:39+00:00","mainEntityOfPage":{"@id":"https:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/#webpage"},"wordCount":1959,"publisher":{"@id":"https:\/\/learning.workfall.com\/learning\/blog\/#organization"},"image":{"@id":"https:\/\/learning.workfall.com\/learning\/blog\/why-developers-and-businesses-should-go-with-the-serverless-architecture\/#primaryimage"},"thumbnailUrl":"https:\/\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/11\/serverless.png","keywords":["AWS","FaaS","lambda","serverless","workfall"],"articleSection":["AWS Cloud Computing"],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/learning.workfall.com\/learning\/blog\/#\/schema\/person\/cab8236044692bc5b27606b13167794a","name":"Workfall","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/learning.workfall.com\/learning\/blog\/#\/schema\/person\/image\/","url":"https:\/\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2023\/09\/avatar_user_1_1693914404-96x96.png","contentUrl":"https:\/\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2023\/09\/avatar_user_1_1693914404-96x96.png","caption":"Workfall"},"sameAs":["https:\/\/www.workfall.com"]}]}},"jetpack_featured_media_url":"https:\/\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/11\/serverless.png","jetpack-related-posts":[{"id":358,"url":"https:\/\/learning.workfall.com\/learning\/blog\/how-to-build-an-angular-authentication-application-using-aws-amplify\/","url_meta":{"origin":483,"position":0},"title":"How to build an Angular Authentication Application using AWS Amplify?","date":"November 3, 2021","format":false,"excerpt":"In this blog, we will discuss how to build an Angular Application using AWS Amplify and will demonstrate how to build an Authentication Application using AWS Amplify and Angular web framework without configuring the backend manually. In this blog, we will cover: Need for Serverless FrameworksBenefits of Serverless FrameworksPopular Serverless\u2026","rel":"","context":"In &quot;AWS Cloud Computing&quot;","img":{"alt_text":"Build an Angular Authentication Application using AWS Amplify","src":"https:\/\/i1.wp.com\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/11\/amplify.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":313,"url":"https:\/\/learning.workfall.com\/learning\/blog\/how-to-build-a-serverless-workflow-with-aws-step-functions-part-2\/","url_meta":{"origin":483,"position":1},"title":"How to build a Serverless Workflow with AWS Step Functions?","date":"November 1, 2021","format":false,"excerpt":"In our previous blog How to build a Serverless Workflow with AWS Step Functions? (Part 1), we have discussed AWS Step functions, its features, benefits, use cases, etc. In this blog, we will discuss a business scenario to configure and create a serverless workflow to handle the issue resolution statuses\u2026","rel":"","context":"In &quot;AWS Cloud Computing&quot;","img":{"alt_text":"Build a Serverless Workflow with AWS Step functions","src":"https:\/\/i2.wp.com\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/11\/Step-Functions.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":236,"url":"https:\/\/learning.workfall.com\/learning\/blog\/how-to-build-a-serverless-event-driven-workflow-with-aws-glue-and-amazon-eventbridge\/","url_meta":{"origin":483,"position":2},"title":"How to build a serverless event-driven workflow with AWS Glue and Amazon EventBridge?","date":"October 28, 2021","format":false,"excerpt":"AWS Glue is basically a data processing pipeline that is composed of a crawler, jobs, and triggers. This workflow converts uploaded data files into Apache Parquet format. In this blog, we will see how we can make use of the AWS Glue event-driven workflows to demonstrate the execution of the\u2026","rel":"","context":"In &quot;AWS Cloud Computing&quot;","img":{"alt_text":"Build a Serverless Workflow with AWS Glue and Amazon EventBridge","src":"https:\/\/i2.wp.com\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2021\/10\/Serverless-EventDriven-Workflow-1200-x-628-px.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":1193,"url":"https:\/\/learning.workfall.com\/learning\/blog\/amazon-devops-guru-for-serverless\/","url_meta":{"origin":483,"position":3},"title":"Amazon DevOps Guru for Serverless","date":"September 6, 2022","format":false,"excerpt":"With digitalization and the cloud assuming responsibility for the development and deployment of new features in software applications, error handling is a critical activity that aids in faster deployment. Any error in the chain, from writing code to deploying to monitoring performance, can degrade customer experience, increase costs, or immediately\u2026","rel":"","context":"In &quot;DevOps&quot;","img":{"alt_text":"Amazon DevOps Guru","src":"https:\/\/i1.wp.com\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2022\/09\/Cover-Images_Part2-1.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":1116,"url":"https:\/\/learning.workfall.com\/learning\/blog\/how-to-easily-analyze-data-and-run-different-queries-using-amazon-redshift-serverless-without-having-to-manage-the-infrastructure\/","url_meta":{"origin":483,"position":4},"title":"How to easily analyze data and run different queries using Amazon Redshift Serverless without having to manage the infrastructure?","date":"August 3, 2022","format":false,"excerpt":"To know about what\u2019s new in Amazon Redshift Serverless, refer to Part 1 of the blog here: What\u2019s new in Amazon Redshift \u2013 Serverless? Hands-on In this hands-on, we will see how we can analyze data and run the different queries using Amazon Redshift Serverless without the need of managing\u2026","rel":"","context":"In &quot;AWS Cloud Computing&quot;","img":{"alt_text":"Analyze data and run different queries using Amazon Redshift Serverless","src":"https:\/\/i1.wp.com\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2022\/08\/Cover-Images_Part2-1-1.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":1112,"url":"https:\/\/learning.workfall.com\/learning\/blog\/whats-new-in-amazon-redshift-serverless\/","url_meta":{"origin":483,"position":5},"title":"What\u2019s new in Amazon Redshift - Serverless?","date":"August 2, 2022","format":false,"excerpt":"Amazon Redshift has added a slew of new features in recent months, including a game-changing one - SERVERLESS \ud83d\ude80 AWS introduced the preview of Amazon Redshift Serverless last year at re:Invent 2021, a serverless option of Amazon Redshift that allows you to analyze data at any scale without having to\u2026","rel":"","context":"In &quot;AWS Cloud Computing&quot;","img":{"alt_text":"Redshift Serverless","src":"https:\/\/i1.wp.com\/learning.workfall.com\/learning\/blog\/wp-content\/uploads\/2022\/08\/Cover-Images_Part2-1.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]}],"_links":{"self":[{"href":"https:\/\/learning.workfall.com\/learning\/blog\/wp-json\/wp\/v2\/posts\/483"}],"collection":[{"href":"https:\/\/learning.workfall.com\/learning\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/learning.workfall.com\/learning\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/learning.workfall.com\/learning\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/learning.workfall.com\/learning\/blog\/wp-json\/wp\/v2\/comments?post=483"}],"version-history":[{"count":6,"href":"https:\/\/learning.workfall.com\/learning\/blog\/wp-json\/wp\/v2\/posts\/483\/revisions"}],"predecessor-version":[{"id":1874,"href":"https:\/\/learning.workfall.com\/learning\/blog\/wp-json\/wp\/v2\/posts\/483\/revisions\/1874"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/learning.workfall.com\/learning\/blog\/wp-json\/wp\/v2\/media\/484"}],"wp:attachment":[{"href":"https:\/\/learning.workfall.com\/learning\/blog\/wp-json\/wp\/v2\/media?parent=483"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/learning.workfall.com\/learning\/blog\/wp-json\/wp\/v2\/categories?post=483"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/learning.workfall.com\/learning\/blog\/wp-json\/wp\/v2\/tags?post=483"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}