{"id":2188,"date":"2023-02-08T14:30:13","date_gmt":"2023-02-08T14:30:13","guid":{"rendered":"https:\/\/dev.hypersense-software.com\/blog\/?p=2188"},"modified":"2024-09-18T13:27:34","modified_gmt":"2024-09-18T10:27:34","slug":"serverless-microservices-aws-cloud-development-kit","status":"publish","type":"post","link":"https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/","title":{"rendered":"Building Serverless Microservices with AWS CDK &#8211; A Short Introduction"},"content":{"rendered":"\n<p>Serverless architecture has revolutionized the world of software deployment, enabling developers to build applications without directly managing servers. This article explores the evolution of serverless microservices and how the AWS Cloud Development Kit (CDK) is used to create efficient, scalable applications.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-transition-from-monolithic-to-microservice-architecture\">The Transition from Monolithic to Microservice Architecture<\/h2>\n\n\n\n<p>Monolithic applications were resource-intensive, difficult to manage, and lacked scalability. The introduction of microservice architecture offered a more efficient alternative, consisting of smaller, independent processes that communicate through APIs. This approach allows for greater flexibility in development, as different programming languages can be used for each microservice. While this has led to more complex system architectures, the benefits of improved scalability and resource management are significant.<\/p>\n\n\n<div class=\"post-cta\"><div><div><p class=\"blog-cta-title\">Experience the Power of Custom Software Development<\/p><p>Transformative Software Solutions for Your Business Needs<\/p><a href=\"https:\/\/hypersense-software.com\/services\/custom-software-development\">Explore Custom Software<\/a><\/div><\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-shift-to-serverless-software-architecture\">The Shift to Serverless Software Architecture<\/h2>\n\n\n\n<p>The adoption of serverless architecture has allowed developers to focus on building modular components rather than managing monolithic applications. While the term &#8220;serverless&#8221; may seem paradoxical, as servers are still involved, the key difference lies in how the servers are managed. Companies that utilize serverless applications rely on Function as a Service (FaaS) and Backend as a Service (BaaS) platforms, without owning or managing the servers themselves.<\/p>\n\n\n<div class=\"post-cta\"><div><div><p class=\"blog-cta-title\">Accelerate Your Growth with IT Consultancy<\/p><p>Propel Your Business with Expert Tech Insights<\/p><a href=\"https:\/\/hypersense-software.com\/services\/it-consultancy\">Discover IT Consulting<\/a><\/div><\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-faas-and-baas-explained\">FaaS and BaaS Explained<\/h2>\n\n\n\n<p>Backend as a Service (BaaS) involves server-side logic being managed by cloud providers, with client applications operating directly on cloud services. Common BaaS services include cloud storage, database management, user authentication, and hosting. Function as a Service (FaaS), on the other hand, involves executing code in stateless, transient computing environments managed entirely by third-party providers. AWS Lambda is a popular FaaS implementation, with other providers offering similar options.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-serverless-microservices-with-aws-cdk\">Serverless Microservices with AWS CDK<\/h2>\n\n\n\n<p>Serverless microservices built with AWS CDK take advantage of Amazon Cognito for authentication and authorization, while the API Gateway handles request routing, throttling, and DDOS protection. Lambda functions act as the business logic layer for microservices, communicating with various services such as databases, caches, and notification services. These microservices are deployed as lightweight containers that can be easily accessed, scaled, and managed as needed.<\/p>\n\n\n<div class=\"post-cta\"><div><div><p class=\"blog-cta-title\">Cutting-Edge Web Development for Competitive Advantage<\/p><p>Web Development Crafted to Fit Your Unique Business Requirements<\/p><a href=\"https:\/\/hypersense-software.com\/services\/web-development\">Discover Web Development<\/a><\/div><\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-advantages-of-serverless-functions\">Advantages of Serverless Functions<\/h2>\n\n\n\n<p>Serverless functions provide significant benefits over traditional microservices. After writing the function code, developers simply upload it to the FaaS platform, allowing the cloud provider to manage execution, packaging, scaling, and deployment. This eliminates the need for developers to access physical resources directly. Additionally, serverless functions only consume resources when actively executing, leading to cost savings compared to always-active microservices.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-building-serverless-applications-with-aws-cdk\">Building Serverless Applications with AWS CDK<\/h2>\n\n\n\n<p>AWS CDK is an open-source software development framework that enables developers to define infrastructure using popular programming languages such as C#, JavaScript, Python, TypeScript, and Java. This framework provides pre-configured, high-level components called constructs that can be extended and customized to build efficient infrastructures. AWS CDK leverages AWS Cloud Formation Service (CFS) in the backend to supply secure and reusable resources.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-hscompress-a-serverless-image-compression-tool\">HSCompress &#8211; A Serverless Image Compression Tool<\/h2>\n\n\n\n<p>HyperSense Software developed <a href=\"https:\/\/image-compressor.cloud\/\" target=\"_blank\" rel=\"noreferrer noopener\">HSCompress<\/a>, a serverless image compression tool using AWS Cloud Development Kit microservices. HSCompress allows users to easily compress GIF, JPEG, or PNG images, optimizing storage size or facilitating smoother sharing via social media and email. This cloud-based image compression tool maintains image quality while reducing sizes by up to 90%. Users can drag and drop images or select up to 300 images to be resized with HSCompress, with a maximum image size of 50 MB. The compression process is fast, typically taking around 10 seconds for a 5 MB image.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>The rise of serverless microservices has made software development and deployment more efficient and scalable than ever before. With the AWS Cloud Development Kit, developers can harness the power of serverless architecture to build powerful applications without the need to manage physical resources directly. To learn more about how serverless microservices and AWS CDK can benefit your projects, <a href=\"https:\/\/hypersense-software.com\/contact\">contact HyperSense Software<\/a> for expert advice and support.<\/p>\n\n\n<div class=\"post-cta\"><div><div><p class=\"blog-cta-title\">Experience Our Research & Development Expertise<\/p><p>R&D-Led Software Development Integrates Innovation into Every Product Detail<\/p><a href=\"https:\/\/hypersense-software.com\/services\/research-development\">Learn About R&D Services<\/a><\/div><\/div><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Discover the world of serverless microservices and how AWS Cloud Development Kit (CDK) enables efficient, scalable applications. Uncover the advantages of serverless architecture, FaaS, and BaaS platforms.<\/p>\n","protected":false},"author":2,"featured_media":2191,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"content-type":"","_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"categories":[33,215,217],"tags":[],"class_list":["post-2188","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cloud-serverless-computing","category-custom-software-development","category-web-development"],"featured_image_src":"https:\/\/hypersense-software.com\/blog\/wp-content\/uploads\/2023\/04\/serverless-microservices-developed-with-AWS-CDK-scaled.jpg","author_info":{"display_name":"Andrei Neacsu","author_link":"https:\/\/hypersense-software.com\/blog\/author\/andrei-neacsu\/"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.7 (Yoast SEO v26.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Building Serverless Microservices with AWS CDK<\/title>\n<meta name=\"description\" content=\"Explore serverless microservices &amp; AWS CDK for scalable, efficient applications. Learn the benefits of serverless architecture &amp; FaaS\/BaaS platforms.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Building Serverless Microservices with AWS CDK - A Short Introduction\" \/>\n<meta property=\"og:description\" content=\"Explore serverless microservices &amp; AWS CDK for scalable, efficient applications. Learn the benefits of serverless architecture &amp; FaaS\/BaaS platforms.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/\" \/>\n<meta property=\"og:site_name\" content=\"HyperSense Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/hypersense.software\" \/>\n<meta property=\"article:published_time\" content=\"2023-02-08T14:30:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-18T10:27:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hypersense-software.com\/blog\/wp-content\/uploads\/2023\/04\/serverless-microservices-developed-with-AWS-CDK-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1279\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Andrei Neacsu\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@HyperSenseSoft\" \/>\n<meta name=\"twitter:site\" content=\"@HyperSenseSoft\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Andrei Neacsu\" \/>\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:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/\"},\"author\":{\"name\":\"Andrei Neacsu\",\"@id\":\"https:\/\/hypersense-software.com\/blog\/#\/schema\/person\/ab8c2a667674a1b3926d6b1f0685ab3c\"},\"headline\":\"Building Serverless Microservices with AWS CDK &#8211; A Short Introduction\",\"datePublished\":\"2023-02-08T14:30:13+00:00\",\"dateModified\":\"2024-09-18T10:27:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/\"},\"wordCount\":741,\"publisher\":{\"@id\":\"https:\/\/hypersense-software.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hypersense-software.com\/blog\/wp-content\/uploads\/2023\/04\/serverless-microservices-developed-with-AWS-CDK-scaled.jpg\",\"articleSection\":[\"Cloud &amp; Serverless Computing\",\"Custom Software Development\",\"Web Development\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/\",\"url\":\"https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/\",\"name\":\"Building Serverless Microservices with AWS CDK\",\"isPartOf\":{\"@id\":\"https:\/\/hypersense-software.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hypersense-software.com\/blog\/wp-content\/uploads\/2023\/04\/serverless-microservices-developed-with-AWS-CDK-scaled.jpg\",\"datePublished\":\"2023-02-08T14:30:13+00:00\",\"dateModified\":\"2024-09-18T10:27:34+00:00\",\"description\":\"Explore serverless microservices & AWS CDK for scalable, efficient applications. Learn the benefits of serverless architecture & FaaS\/BaaS platforms.\",\"breadcrumb\":{\"@id\":\"https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/#primaryimage\",\"url\":\"https:\/\/hypersense-software.com\/blog\/wp-content\/uploads\/2023\/04\/serverless-microservices-developed-with-AWS-CDK-scaled.jpg\",\"contentUrl\":\"https:\/\/hypersense-software.com\/blog\/wp-content\/uploads\/2023\/04\/serverless-microservices-developed-with-AWS-CDK-scaled.jpg\",\"width\":2560,\"height\":1279,\"caption\":\"Serverless Microservices Developed with AWS CDK\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/hypersense-software.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Building Serverless Microservices with AWS CDK &#8211; A Short Introduction\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/hypersense-software.com\/blog\/#website\",\"url\":\"https:\/\/hypersense-software.com\/blog\/\",\"name\":\"HyperSense Blog\",\"description\":\"Latest software development trends and insights\",\"publisher\":{\"@id\":\"https:\/\/hypersense-software.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/hypersense-software.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/hypersense-software.com\/blog\/#organization\",\"name\":\"HyperSense Software\",\"url\":\"https:\/\/hypersense-software.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hypersense-software.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/hypersense-software.com\/blog\/wp-content\/uploads\/2023\/04\/logo-hypersense-512.svg\",\"contentUrl\":\"https:\/\/hypersense-software.com\/blog\/wp-content\/uploads\/2023\/04\/logo-hypersense-512.svg\",\"width\":64,\"height\":64,\"caption\":\"HyperSense Software\"},\"image\":{\"@id\":\"https:\/\/hypersense-software.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/hypersense.software\",\"https:\/\/x.com\/HyperSenseSoft\",\"https:\/\/www.instagram.com\/hypersensesoftware\/\",\"https:\/\/ro.pinterest.com\/HyperSenseSoft\/\",\"https:\/\/www.linkedin.com\/company\/hypersense-software\/\",\"https:\/\/www.behance.net\/hypersense\",\"https:\/\/www.youtube.com\/@hypersensesoftware\",\"https:\/\/github.com\/HyperSense-Software\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/hypersense-software.com\/blog\/#\/schema\/person\/ab8c2a667674a1b3926d6b1f0685ab3c\",\"name\":\"Andrei Neacsu\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/hypersense-software.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3dedf5440207d67bade8089703be1d2424d9d03a74e060a0cac6c7e1d24b5009?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3dedf5440207d67bade8089703be1d2424d9d03a74e060a0cac6c7e1d24b5009?s=96&d=mm&r=g\",\"caption\":\"Andrei Neacsu\"},\"description\":\"Andrei, CTO and co-founder of HyperSense Software Inc., has an extensive career spanning over 15 years in the tech industry. With hands-on experience in mobile and web development, cloud infrastructure, and DevOps, he has been instrumental in both startup launches and enterprise-level tech transformations. His approach intertwines deep technical knowledge with strategic business insights, aiding in everything from vision setting and market research to contract negotiations and investor relations. As a member of the Forbes Business Council, he consistently delivers valuable insights in the areas of technology and people management.\",\"url\":\"https:\/\/hypersense-software.com\/blog\/author\/andrei-neacsu\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Building Serverless Microservices with AWS CDK","description":"Explore serverless microservices & AWS CDK for scalable, efficient applications. Learn the benefits of serverless architecture & FaaS\/BaaS platforms.","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:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/","og_locale":"en_US","og_type":"article","og_title":"Building Serverless Microservices with AWS CDK - A Short Introduction","og_description":"Explore serverless microservices & AWS CDK for scalable, efficient applications. Learn the benefits of serverless architecture & FaaS\/BaaS platforms.","og_url":"https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/","og_site_name":"HyperSense Blog","article_publisher":"https:\/\/www.facebook.com\/hypersense.software","article_published_time":"2023-02-08T14:30:13+00:00","article_modified_time":"2024-09-18T10:27:34+00:00","og_image":[{"width":2560,"height":1279,"url":"https:\/\/hypersense-software.com\/blog\/wp-content\/uploads\/2023\/04\/serverless-microservices-developed-with-AWS-CDK-scaled.jpg","type":"image\/jpeg"}],"author":"Andrei Neacsu","twitter_card":"summary_large_image","twitter_creator":"@HyperSenseSoft","twitter_site":"@HyperSenseSoft","twitter_misc":{"Written by":"Andrei Neacsu","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/#article","isPartOf":{"@id":"https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/"},"author":{"name":"Andrei Neacsu","@id":"https:\/\/hypersense-software.com\/blog\/#\/schema\/person\/ab8c2a667674a1b3926d6b1f0685ab3c"},"headline":"Building Serverless Microservices with AWS CDK &#8211; A Short Introduction","datePublished":"2023-02-08T14:30:13+00:00","dateModified":"2024-09-18T10:27:34+00:00","mainEntityOfPage":{"@id":"https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/"},"wordCount":741,"publisher":{"@id":"https:\/\/hypersense-software.com\/blog\/#organization"},"image":{"@id":"https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/#primaryimage"},"thumbnailUrl":"https:\/\/hypersense-software.com\/blog\/wp-content\/uploads\/2023\/04\/serverless-microservices-developed-with-AWS-CDK-scaled.jpg","articleSection":["Cloud &amp; Serverless Computing","Custom Software Development","Web Development"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/","url":"https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/","name":"Building Serverless Microservices with AWS CDK","isPartOf":{"@id":"https:\/\/hypersense-software.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/#primaryimage"},"image":{"@id":"https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/#primaryimage"},"thumbnailUrl":"https:\/\/hypersense-software.com\/blog\/wp-content\/uploads\/2023\/04\/serverless-microservices-developed-with-AWS-CDK-scaled.jpg","datePublished":"2023-02-08T14:30:13+00:00","dateModified":"2024-09-18T10:27:34+00:00","description":"Explore serverless microservices & AWS CDK for scalable, efficient applications. Learn the benefits of serverless architecture & FaaS\/BaaS platforms.","breadcrumb":{"@id":"https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/#primaryimage","url":"https:\/\/hypersense-software.com\/blog\/wp-content\/uploads\/2023\/04\/serverless-microservices-developed-with-AWS-CDK-scaled.jpg","contentUrl":"https:\/\/hypersense-software.com\/blog\/wp-content\/uploads\/2023\/04\/serverless-microservices-developed-with-AWS-CDK-scaled.jpg","width":2560,"height":1279,"caption":"Serverless Microservices Developed with AWS CDK"},{"@type":"BreadcrumbList","@id":"https:\/\/hypersense-software.com\/blog\/2023\/02\/08\/serverless-microservices-aws-cloud-development-kit\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hypersense-software.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Building Serverless Microservices with AWS CDK &#8211; A Short Introduction"}]},{"@type":"WebSite","@id":"https:\/\/hypersense-software.com\/blog\/#website","url":"https:\/\/hypersense-software.com\/blog\/","name":"HyperSense Blog","description":"Latest software development trends and insights","publisher":{"@id":"https:\/\/hypersense-software.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hypersense-software.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hypersense-software.com\/blog\/#organization","name":"HyperSense Software","url":"https:\/\/hypersense-software.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hypersense-software.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/hypersense-software.com\/blog\/wp-content\/uploads\/2023\/04\/logo-hypersense-512.svg","contentUrl":"https:\/\/hypersense-software.com\/blog\/wp-content\/uploads\/2023\/04\/logo-hypersense-512.svg","width":64,"height":64,"caption":"HyperSense Software"},"image":{"@id":"https:\/\/hypersense-software.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/hypersense.software","https:\/\/x.com\/HyperSenseSoft","https:\/\/www.instagram.com\/hypersensesoftware\/","https:\/\/ro.pinterest.com\/HyperSenseSoft\/","https:\/\/www.linkedin.com\/company\/hypersense-software\/","https:\/\/www.behance.net\/hypersense","https:\/\/www.youtube.com\/@hypersensesoftware","https:\/\/github.com\/HyperSense-Software"]},{"@type":"Person","@id":"https:\/\/hypersense-software.com\/blog\/#\/schema\/person\/ab8c2a667674a1b3926d6b1f0685ab3c","name":"Andrei Neacsu","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hypersense-software.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3dedf5440207d67bade8089703be1d2424d9d03a74e060a0cac6c7e1d24b5009?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3dedf5440207d67bade8089703be1d2424d9d03a74e060a0cac6c7e1d24b5009?s=96&d=mm&r=g","caption":"Andrei Neacsu"},"description":"Andrei, CTO and co-founder of HyperSense Software Inc., has an extensive career spanning over 15 years in the tech industry. With hands-on experience in mobile and web development, cloud infrastructure, and DevOps, he has been instrumental in both startup launches and enterprise-level tech transformations. His approach intertwines deep technical knowledge with strategic business insights, aiding in everything from vision setting and market research to contract negotiations and investor relations. As a member of the Forbes Business Council, he consistently delivers valuable insights in the areas of technology and people management.","url":"https:\/\/hypersense-software.com\/blog\/author\/andrei-neacsu\/"}]}},"_links":{"self":[{"href":"https:\/\/hypersense-software.com\/blog\/wp-json\/wp\/v2\/posts\/2188","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hypersense-software.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hypersense-software.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hypersense-software.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/hypersense-software.com\/blog\/wp-json\/wp\/v2\/comments?post=2188"}],"version-history":[{"count":3,"href":"https:\/\/hypersense-software.com\/blog\/wp-json\/wp\/v2\/posts\/2188\/revisions"}],"predecessor-version":[{"id":4175,"href":"https:\/\/hypersense-software.com\/blog\/wp-json\/wp\/v2\/posts\/2188\/revisions\/4175"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hypersense-software.com\/blog\/wp-json\/wp\/v2\/media\/2191"}],"wp:attachment":[{"href":"https:\/\/hypersense-software.com\/blog\/wp-json\/wp\/v2\/media?parent=2188"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hypersense-software.com\/blog\/wp-json\/wp\/v2\/categories?post=2188"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hypersense-software.com\/blog\/wp-json\/wp\/v2\/tags?post=2188"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}