{"id":28278,"date":"2022-11-25T18:53:13","date_gmt":"2022-11-25T13:23:13","guid":{"rendered":"https:\/\/blazeclan.com\/serverless-infrastructure-when-to-use-and-when-not-to-use\/"},"modified":"2023-03-20T11:21:24","modified_gmt":"2023-03-20T05:51:24","slug":"serverless-infrastructure-when-to-use-and-when-not-to-use","status":"publish","type":"post","link":"https:\/\/blazeclan.com\/asean\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/","title":{"rendered":"Serverless Infrastructure \u2013 When To Use and When Not To Use"},"content":{"rendered":"<p><span data-contrast=\"auto\">Serverless technology has grown to be a boon for organizations that have been constantly looking to reduce their IT spend and deploy applications without having to manage servers. Often, a serverless infrastructure is being used for background processes, such as user authentication, and keeping the databases updated. Apart from these, event-driven systems, web applications, and static websites run seamlessly at scale on <\/span><a href=\"https:\/\/blazeclan.com\/asean\/why-must-organizations-go-for-serverless-architecture\/\"><span data-contrast=\"none\">serverless infrastructures<\/span><\/a><span data-contrast=\"auto\">.<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:240}\">&nbsp;<\/span><\/p>\n<p><span data-contrast=\"auto\">Without serverless, it becomes statuary to run all parts of applications constantly, thereby resulting in resource overspend. Here comes its primary advantage. It doesn\u2019t mandate running the code on continuous basis for its execution. Serverless functions allow configuring only certain parts of applications to run, whenever required. This secure lenience of need-specific use and highly efficient nature of serverless has led all major cloud providers to include it in their offerings.<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:240}\">&nbsp;<\/span><\/p>\n<h2><span data-contrast=\"auto\">When To Use Serverless Infrastructure?<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:240}\">&nbsp;<\/span><\/h2>\n<p><a href=\"https:\/\/www.gartner.com\/account\/signin?method=initialize&amp;TARGET=http%253A%252F%252Fwww.gartner.com%252Fdocument%252F3984294%253Fref%253DsolrAll%2526refval%253D275496079\" class=\"broken_link\"><span data-contrast=\"none\">Gartner<\/span><\/a><span data-contrast=\"auto\"> estimates over 50% organizations to go serverless by 2025, which is up from close to 20% at present. But the question is when must serverless be used? Let\u2019s go through some areas where serverless facilitates the process and brings efficiency for organizations.<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:240}\">&nbsp;<\/span><\/p>\n<ul>\n<li data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"1\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">Cloud Monitoring and Security: <\/span><\/b><span data-contrast=\"auto\">Numerous tools are available for monitoring the cloud, such as New Relic, and there are custom needs based on the nature of the cloud infrastructure. For active monitoring of metrics or security of a specific component of the environment, Lambda functions are integrated with services such as CloudWatch. This eliminates the need for an underlying infrastructure dedicated to monitoring tools. It further allows DevOps or Operations teams to focus only on development of tools to enhance security and efficiency of the infrastructure.<\/span><span data-ccp-props=\"{&quot;134233279&quot;:true,&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:240}\">&nbsp;<\/span><\/li>\n<li data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"1\" aria-setsize=\"-1\" data-aria-posinset=\"2\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">Data Processing: <\/span><\/b><span data-contrast=\"auto\">Working much similar to a pipeline, data processing is the type of workload that is given lower priority. There are various managed services provided by AWS for data processing, AWS Athena, Glue, and Elastic Map Reduce (EMR). In key scenarios, organizations must combine services for resolving a range of challenges that have potential to get more complicated over time.<\/span><span data-ccp-props=\"{&quot;134233279&quot;:true,&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:240}\">&nbsp;<\/span><\/li>\n<li data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"1\" aria-setsize=\"-1\" data-aria-posinset=\"3\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">Organizing Tasks: <\/span><\/b><span data-contrast=\"auto\">Migration of the process of organizing tasks to AWS Lambda is a no-brainer. In the past, for running scheduled jobs on servers, organizations would set up program triggers, which led to waste when tasks were idle. The integration of AWS Lambda with CloudWatch events helps organizations achieve the same without focusing on the infrastructure. However, there are limits to AWS Lambda in terms of time duration. Hence, it is always recommended to dismantle it into minute batches. This is considered to be a more flexible approach for organizing tasks in the long run.<\/span><span data-ccp-props=\"{&quot;134233279&quot;:true,&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:240}\">&nbsp;<\/span><\/li>\n<li data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"1\" aria-setsize=\"-1\" data-aria-posinset=\"4\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">Authentication: <\/span><\/b><span data-contrast=\"auto\">When organizations establish complicated web services i.e. serverless applications, it is important to address permission controls. For example, secure serverless web services can be built by combining AWS Lambda and Amazon API Gateway with Amazon Cognito, which is a robust authorization and authentication service. Here the authorizer of Lambda plays a vital role in denying or allowing requests to access API Gateway.<\/span><span data-ccp-props=\"{&quot;134233279&quot;:true,&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:240}\">&nbsp;<\/span><\/li>\n<li data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"1\" aria-setsize=\"-1\" data-aria-posinset=\"5\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">API with High Scalability: <\/span><\/b><span data-contrast=\"auto\">May it be serverless or a traditional framework, building APIs remains essentially the same. However, the effort required is near zero to support and maintain a serverless application. For example, API Gateway, along with Route53, gives a set of API endpoints that are highly scalable and deployable on different environments.&nbsp;<\/span><span data-ccp-props=\"{&quot;134233279&quot;:true,&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:240}\">&nbsp;<\/span><\/li>\n<li data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"1\" aria-setsize=\"-1\" data-aria-posinset=\"5\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">Front-End Hosting: <\/span><\/b><span data-contrast=\"auto\">Moving from legacy systems to serverless environment has been smooth with services such as Amazon CloudFront and Amazon S3. This has allowed organizations to improve performance of content delivery and reduce operation overhead, thereby offering front-end applications at low latency. Moreover, serverless infrastructures speed up the integration of front-end software development with resources deployed using IaC tools such as Terraform.<\/span><span data-ccp-props=\"{&quot;134233279&quot;:true,&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:240}\">&nbsp;<\/span><\/li>\n<\/ul>\n<h2><span data-contrast=\"auto\">When Not To Use Serverless Infrastructure?<\/span><span data-contrast=\"auto\">&nbsp;<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:240}\">&nbsp;<\/span><\/h2>\n<p><span data-contrast=\"auto\">Although Serverless is an advantageous technology, it is not always the suited solution. There are use cases where serverless technology might not be the right fit. Following are a few of them.<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:240}\">&nbsp;<\/span><\/p>\n<ul>\n<li data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"2\" aria-setsize=\"-1\" data-aria-posinset=\"1\" data-aria-level=\"1\"><span data-contrast=\"auto\">Maximizing the outcomes of leveraging a framework needs organizations to develop applications using high-level services. However, as the application evolves, refactoring to third-party services with respect to components such as databases will bring an immense challenge in disguise of a major overhaul.<\/span><span data-ccp-props=\"{&quot;134233279&quot;:true,&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:240}\">&nbsp;<\/span><\/li>\n<li data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"2\" aria-setsize=\"-1\" data-aria-posinset=\"2\" data-aria-level=\"1\"><span data-contrast=\"auto\">It is inevitable for organizations to remodel their code around events and functions when deploying on serverless. Even though fundamentals of the cloud can be grasped in a couple of months, the innate skill of working with the cloud needs talent with tested &amp; proven achievements.<\/span><span data-ccp-props=\"{&quot;134233279&quot;:true,&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:240}\">&nbsp;<\/span><\/li>\n<li data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"2\" aria-setsize=\"-1\" data-aria-posinset=\"3\" data-aria-level=\"1\"><span data-contrast=\"auto\">The monthly bill for using the public cloud or serverless either extends or ends up in a tie when using the pay-as-you-go model. In such scenarios, making the switch to serverless is unnecessary.<\/span><span data-ccp-props=\"{&quot;134233279&quot;:true,&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:240}\">&nbsp;<\/span><\/li>\n<li data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"2\" aria-setsize=\"-1\" data-aria-posinset=\"4\" data-aria-level=\"1\"><span data-contrast=\"auto\">There are limits to serverless infrastructures when it comes to processing the number of tasks. Denial-of-service (DoS) is evident if the users are uploading huge documents on several fronts.<\/span><span data-ccp-props=\"{&quot;134233279&quot;:true,&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:240}\">&nbsp;<\/span><\/li>\n<\/ul>\n<h2><span data-contrast=\"auto\">The End of The Line<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:240}\">&nbsp;<\/span><\/h2>\n<p><a href=\"https:\/\/www.datastax.com\/resources\/report\/gartner-report-cios-guide-serverless-computing\"><span data-contrast=\"none\">Gartner<\/span><\/a><span data-contrast=\"auto\"> defines serverless as \u2018a key technology that is redefining the way we build, consume, and integrate cloud-native applications.\u2019 It is a straight \u2018NO\u2019 to thinking about adopting serverless for monolithic applications. The technology is meant for applications with minimal code, the ones that are required to be deployed rapidly.<\/span><span data-ccp-props=\"{&quot;201341983&quot;:0,&quot;335559739&quot;:160,&quot;335559740&quot;:240}\">&nbsp;<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Serverless technology has grown to be a boon for organizations that have been constantly looking to reduce their IT spend and deploy applications without having to manage servers. Often, a serverless infrastructure is being used for background processes, such as user authentication, and keeping the databases updated. Apart from these, event-driven systems, web applications, and [&hellip;]<\/p>\n","protected":false},"author":192,"featured_media":23085,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1449,1425],"tags":[1504,190,1505,1506],"class_list":["post-28278","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cloud-native-application-development-asean","category-it-infrastructure-asean","tag-aws-lambda-asean","tag-lambda","tag-lambda-asean","tag-serverless-asean"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Serverless Infrastructure \u2013 When To Use and When Not To Use<\/title>\n<meta name=\"description\" content=\"Organizations are going for serverless for their secure lenience of need-specific use and highly efficient nature.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blazeclan.com\/asean\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Serverless Infrastructure \u2013 When To Use and When Not To Use\" \/>\n<meta property=\"og:description\" content=\"Organizations are going for serverless for their secure lenience of need-specific use and highly efficient nature.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blazeclan.com\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/\" \/>\n<meta property=\"og:site_name\" content=\"Blazeclan\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/blazeclan.hq\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-11-25T13:23:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-20T05:51:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blazeclan.com\/wp-content\/uploads\/2021\/10\/Serverless-Framework-1.jpg\" \/>\n<meta name=\"author\" content=\"Team Blazeclan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/blazeclan.com\/wp-content\/uploads\/2021\/10\/Serverless-Framework-1.jpg\" \/>\n<meta name=\"twitter:creator\" content=\"@blazeclan_hq\" \/>\n<meta name=\"twitter:site\" content=\"@blazeclan_hq\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Team Blazeclan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/blazeclan.com\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/blazeclan.com\/asean\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/\"},\"author\":{\"name\":\"Team Blazeclan\",\"@id\":\"https:\/\/blazeclan.com\/asean\/#\/schema\/person\/779910eccddff4a1ea6663b6bfb271e8\"},\"headline\":\"Serverless Infrastructure \u2013 When To Use and When Not To Use\",\"datePublished\":\"2022-11-25T13:23:13+00:00\",\"dateModified\":\"2023-03-20T05:51:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/blazeclan.com\/asean\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/\"},\"wordCount\":877,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/blazeclan.com\/asean\/#organization\"},\"image\":{\"@id\":\"https:\/\/blazeclan.com\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blazeclan.com\/wp-content\/uploads\/2021\/10\/Serverless-Framework-1.jpg\",\"keywords\":[\"AWS Lambda\",\"Lambda\",\"Lambda\",\"Serverless\"],\"articleSection\":[\"Cloud-Native Application Development\",\"IT Infrastructure\"],\"inLanguage\":\"ASEAN\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/blazeclan.com\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blazeclan.com\/asean\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/\",\"url\":\"https:\/\/blazeclan.com\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/\",\"name\":\"Serverless Infrastructure \u2013 When To Use and When Not To Use\",\"isPartOf\":{\"@id\":\"https:\/\/blazeclan.com\/asean\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/blazeclan.com\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/blazeclan.com\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blazeclan.com\/wp-content\/uploads\/2021\/10\/Serverless-Framework-1.jpg\",\"datePublished\":\"2022-11-25T13:23:13+00:00\",\"dateModified\":\"2023-03-20T05:51:24+00:00\",\"description\":\"Organizations are going for serverless for their secure lenience of need-specific use and highly efficient nature.\",\"breadcrumb\":{\"@id\":\"https:\/\/blazeclan.com\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/#breadcrumb\"},\"inLanguage\":\"ASEAN\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blazeclan.com\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ASEAN\",\"@id\":\"https:\/\/blazeclan.com\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/#primaryimage\",\"url\":\"https:\/\/blazeclan.com\/wp-content\/uploads\/2021\/10\/Serverless-Framework-1.jpg\",\"contentUrl\":\"https:\/\/blazeclan.com\/wp-content\/uploads\/2021\/10\/Serverless-Framework-1.jpg\",\"width\":1680,\"height\":680},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blazeclan.com\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/blazeclan.com\/asean\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Serverless Infrastructure \u2013 When To Use and When Not To Use\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blazeclan.com\/asean\/#website\",\"url\":\"https:\/\/blazeclan.com\/asean\/\",\"name\":\"Blazeclan\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/blazeclan.com\/asean\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blazeclan.com\/asean\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ASEAN\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/blazeclan.com\/asean\/#organization\",\"name\":\"Blazeclan\",\"url\":\"https:\/\/blazeclan.com\/asean\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ASEAN\",\"@id\":\"https:\/\/blazeclan.com\/asean\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/blazeclan.com\/wp-content\/uploads\/2024\/10\/ITCI-Blazeclan_logo.svg\",\"contentUrl\":\"https:\/\/blazeclan.com\/wp-content\/uploads\/2024\/10\/ITCI-Blazeclan_logo.svg\",\"caption\":\"Blazeclan\"},\"image\":{\"@id\":\"https:\/\/blazeclan.com\/asean\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/blazeclan.hq\/\",\"https:\/\/x.com\/blazeclan_hq\",\"https:\/\/www.instagram.com\/blazeclantechnologies\/\",\"https:\/\/www.linkedin.com\/company\/blazeclan-technologies\/\",\"https:\/\/www.youtube.com\/channel\/UCCKF4Lcbtus-pUoZr7Lxrow\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/blazeclan.com\/asean\/#\/schema\/person\/779910eccddff4a1ea6663b6bfb271e8\",\"name\":\"Team Blazeclan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ASEAN\",\"@id\":\"https:\/\/blazeclan.com\/asean\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a43c1fa01bb3c7e839254c9084bf11ed422d7e633231f9e935096045af416ba2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a43c1fa01bb3c7e839254c9084bf11ed422d7e633231f9e935096045af416ba2?s=96&d=mm&r=g\",\"caption\":\"Team Blazeclan\"},\"sameAs\":[\"http:\/\/localhost\/ps-local-wp\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Serverless Infrastructure \u2013 When To Use and When Not To Use","description":"Organizations are going for serverless for their secure lenience of need-specific use and highly efficient nature.","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:\/\/blazeclan.com\/asean\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/","og_locale":"en_US","og_type":"article","og_title":"Serverless Infrastructure \u2013 When To Use and When Not To Use","og_description":"Organizations are going for serverless for their secure lenience of need-specific use and highly efficient nature.","og_url":"https:\/\/blazeclan.com\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/","og_site_name":"Blazeclan","article_publisher":"https:\/\/www.facebook.com\/blazeclan.hq\/","article_published_time":"2022-11-25T13:23:13+00:00","article_modified_time":"2023-03-20T05:51:24+00:00","og_image":[{"url":"https:\/\/blazeclan.com\/wp-content\/uploads\/2021\/10\/Serverless-Framework-1.jpg","type":"","width":"","height":""}],"author":"Team Blazeclan","twitter_card":"summary_large_image","twitter_image":"https:\/\/blazeclan.com\/wp-content\/uploads\/2021\/10\/Serverless-Framework-1.jpg","twitter_creator":"@blazeclan_hq","twitter_site":"@blazeclan_hq","twitter_misc":{"Written by":"Team Blazeclan","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blazeclan.com\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/#article","isPartOf":{"@id":"https:\/\/blazeclan.com\/asean\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/"},"author":{"name":"Team Blazeclan","@id":"https:\/\/blazeclan.com\/asean\/#\/schema\/person\/779910eccddff4a1ea6663b6bfb271e8"},"headline":"Serverless Infrastructure \u2013 When To Use and When Not To Use","datePublished":"2022-11-25T13:23:13+00:00","dateModified":"2023-03-20T05:51:24+00:00","mainEntityOfPage":{"@id":"https:\/\/blazeclan.com\/asean\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/"},"wordCount":877,"commentCount":0,"publisher":{"@id":"https:\/\/blazeclan.com\/asean\/#organization"},"image":{"@id":"https:\/\/blazeclan.com\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/#primaryimage"},"thumbnailUrl":"https:\/\/blazeclan.com\/wp-content\/uploads\/2021\/10\/Serverless-Framework-1.jpg","keywords":["AWS Lambda","Lambda","Lambda","Serverless"],"articleSection":["Cloud-Native Application Development","IT Infrastructure"],"inLanguage":"ASEAN","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blazeclan.com\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blazeclan.com\/asean\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/","url":"https:\/\/blazeclan.com\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/","name":"Serverless Infrastructure \u2013 When To Use and When Not To Use","isPartOf":{"@id":"https:\/\/blazeclan.com\/asean\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blazeclan.com\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/#primaryimage"},"image":{"@id":"https:\/\/blazeclan.com\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/#primaryimage"},"thumbnailUrl":"https:\/\/blazeclan.com\/wp-content\/uploads\/2021\/10\/Serverless-Framework-1.jpg","datePublished":"2022-11-25T13:23:13+00:00","dateModified":"2023-03-20T05:51:24+00:00","description":"Organizations are going for serverless for their secure lenience of need-specific use and highly efficient nature.","breadcrumb":{"@id":"https:\/\/blazeclan.com\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/#breadcrumb"},"inLanguage":"ASEAN","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blazeclan.com\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/"]}]},{"@type":"ImageObject","inLanguage":"ASEAN","@id":"https:\/\/blazeclan.com\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/#primaryimage","url":"https:\/\/blazeclan.com\/wp-content\/uploads\/2021\/10\/Serverless-Framework-1.jpg","contentUrl":"https:\/\/blazeclan.com\/wp-content\/uploads\/2021\/10\/Serverless-Framework-1.jpg","width":1680,"height":680},{"@type":"BreadcrumbList","@id":"https:\/\/blazeclan.com\/blog\/serverless-infrastructure-when-to-use-and-when-not-to-use\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blazeclan.com\/asean\/"},{"@type":"ListItem","position":2,"name":"Serverless Infrastructure \u2013 When To Use and When Not To Use"}]},{"@type":"WebSite","@id":"https:\/\/blazeclan.com\/asean\/#website","url":"https:\/\/blazeclan.com\/asean\/","name":"Blazeclan","description":"","publisher":{"@id":"https:\/\/blazeclan.com\/asean\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blazeclan.com\/asean\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ASEAN"},{"@type":"Organization","@id":"https:\/\/blazeclan.com\/asean\/#organization","name":"Blazeclan","url":"https:\/\/blazeclan.com\/asean\/","logo":{"@type":"ImageObject","inLanguage":"ASEAN","@id":"https:\/\/blazeclan.com\/asean\/#\/schema\/logo\/image\/","url":"https:\/\/blazeclan.com\/wp-content\/uploads\/2024\/10\/ITCI-Blazeclan_logo.svg","contentUrl":"https:\/\/blazeclan.com\/wp-content\/uploads\/2024\/10\/ITCI-Blazeclan_logo.svg","caption":"Blazeclan"},"image":{"@id":"https:\/\/blazeclan.com\/asean\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/blazeclan.hq\/","https:\/\/x.com\/blazeclan_hq","https:\/\/www.instagram.com\/blazeclantechnologies\/","https:\/\/www.linkedin.com\/company\/blazeclan-technologies\/","https:\/\/www.youtube.com\/channel\/UCCKF4Lcbtus-pUoZr7Lxrow"]},{"@type":"Person","@id":"https:\/\/blazeclan.com\/asean\/#\/schema\/person\/779910eccddff4a1ea6663b6bfb271e8","name":"Team Blazeclan","image":{"@type":"ImageObject","inLanguage":"ASEAN","@id":"https:\/\/blazeclan.com\/asean\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a43c1fa01bb3c7e839254c9084bf11ed422d7e633231f9e935096045af416ba2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a43c1fa01bb3c7e839254c9084bf11ed422d7e633231f9e935096045af416ba2?s=96&d=mm&r=g","caption":"Team Blazeclan"},"sameAs":["http:\/\/localhost\/ps-local-wp"]}]}},"_links":{"self":[{"href":"https:\/\/blazeclan.com\/asean\/wp-json\/wp\/v2\/posts\/28278","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blazeclan.com\/asean\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blazeclan.com\/asean\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blazeclan.com\/asean\/wp-json\/wp\/v2\/users\/192"}],"replies":[{"embeddable":true,"href":"https:\/\/blazeclan.com\/asean\/wp-json\/wp\/v2\/comments?post=28278"}],"version-history":[{"count":0,"href":"https:\/\/blazeclan.com\/asean\/wp-json\/wp\/v2\/posts\/28278\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blazeclan.com\/asean\/wp-json\/wp\/v2\/media\/23085"}],"wp:attachment":[{"href":"https:\/\/blazeclan.com\/asean\/wp-json\/wp\/v2\/media?parent=28278"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blazeclan.com\/asean\/wp-json\/wp\/v2\/categories?post=28278"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blazeclan.com\/asean\/wp-json\/wp\/v2\/tags?post=28278"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}