{"id":6855,"date":"2026-09-09T14:30:51","date_gmt":"2026-09-09T17:30:51","guid":{"rendered":"https:\/\/wearebigcheese.com\/sin-categorizar\/transforming-retail-from-on-premises-net-to-aws-native\/"},"modified":"2026-09-09T14:33:41","modified_gmt":"2026-09-09T17:33:41","slug":"transforming-retail-from-on-premises-net-to-aws-native","status":"publish","type":"post","link":"https:\/\/wearebigcheese.com\/en\/blog-en\/transforming-retail-from-on-premises-net-to-aws-native\/","title":{"rendered":"Transforming Retail: From On-Premises .NET to AWS-Native"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Transforming Retail: From On-Premises .NET to AWS-Native<\/h2>\n\n<p>Era M\u00edo is a Uruguayan omnichannel retailer operating in the secondhand market\u2014one of the fastest-growing segments in global retail, valued at US$393 billion and expanding three times faster than traditional retail. With brick-and-mortar stores in Uruguay and an e-commerce platform (eramio.com.uy), Era M\u00edo allows its customers to both sell used items and purchase curated secondhand products\u2014from clothing to accessories and more. <\/p>\n\n<p>Despite being an SME, Era M\u00edo\u2019s operational complexity rivals that of much larger retailers. Every item in inventory is unique\u2014the company does not use SKUs. Each item must be tracked individually from consignment receipt through pricing, multi-store visibility, omnichannel synchronization, supplier settlements with commission calculations, and regulatory-compliant electronic invoicing.  <\/p>\n\n<h2 class=\"wp-block-heading\">The challenge<\/h2>\n\n<p>Era M\u00edo&#8217;s original technology stack was built on .NET and SQL Server, running on limited on-premises infrastructure. As the business grew\u2014adding new branches and launching an e-commerce channel\u2014the legacy platform became a bottleneck:<\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>There is no real-time inventory synchronization<\/strong> between physical stores and the e-commerce platform. For a secondhand retailer where every item is one-of-a-kind, selling an item in-store while it\u2019s still listed online results in a failed order that can never be fulfilled\u2014there is no option to \u201crestock.\u201d <\/li>\n\n\n\n<li><strong>SQL Server licensing costs are<\/strong> disproportionate to the company&#8217;s revenue, consuming budget that could be reinvested in growth.<\/li>\n\n\n\n<li><strong>On-premises infrastructure<\/strong> that required a capital investment for each new branch and could not scale to handle seasonal spikes in demand.<\/li>\n\n\n\n<li><strong>Lack of business analytics capabilities<\/strong> \u2014the company had no structured way to analyze sales patterns, inventory turnover, or supplier performance.<\/li>\n<\/ul>\n\n<h2 class=\"wp-block-heading\">The solution<\/h2>\n\n<p>BigCheese partnered with Era M\u00edo to design, build, and operate a comprehensive cloud-native retail platform on AWS\u2014migrating from .NET\/SQL Server to a containerized Java architecture that supports the entire lifecycle of the secondhand retail business.<\/p>\n\n<h2 class=\"wp-block-heading\">Application Modernization<\/h2>\n\n<p>The core ERP system was re-architected from .NET\/SQL Server to a Java web application running on <strong>Amazon ECS with Fargate<\/strong>, eliminating the need for server management and providing automatic scaling. The migration from SQL Server to <strong>Amazon RDS MySQL<\/strong> eliminated licensing costs entirely\u2014a critical savings for an SME. <\/p>\n\n<h2 class=\"wp-block-heading\">Multi-branch architecture<\/h2>\n\n<p>Each branch operates as an independent deployment with its own application cluster and configuration, sharing a centralized database with logically separate schemas. This provides complete operational isolation\u2014a deployment issue at one branch does not affect the other\u2014while optimizing database costs. <\/p>\n\n<h2 class=\"wp-block-heading\">Omnichannel Integration with E-commerce<\/h2>\n\n<p>A two-way integration via REST API connects the ERP system to the e-commerce platform in real time:<\/p>\n\n<ul class=\"wp-block-list\">\n<li>When an item is sold at any physical store, the e-commerce platform is immediately notified so that the listing can be removed<\/li>\n\n\n\n<li>When a customer makes a purchase online, the ERP system is notified to mark the item as sold and generate the electronic invoice<\/li>\n\n\n\n<li>A resilient retry mechanism handles temporary API outages, ensuring eventual consistency<\/li>\n\n\n\n<li>A secondary validation at checkout confirms the item&#8217;s availability before the purchase is finalized<\/li>\n<\/ul>\n\n<p>This two-tier synchronization model effectively eliminates the double-selling of unique items\u2014an existential risk for any secondhand retailer operating across multiple channels.<\/p>\n\n<h2 class=\"wp-block-heading\">Automated batch processing<\/h2>\n\n<p><strong>AWS Batch<\/strong>, with dedicated computing environments for each branch, handles scheduled operational tasks: supplier settlement calculations (with commission prorating by item for bulk sales), inventory synchronizations, and report generation\u2014replacing manual processes that previously consumed significant staff time.<\/p>\n\n<h2 class=\"wp-block-heading\">Business Intelligence<\/h2>\n\n<p><strong>Amazon QuickSight<\/strong> connects to a dedicated read replica of the database, ensuring that analytical queries do not impact transactional performance. This provides Era M\u00edo\u2019s management team with self-service dashboards offering visibility into sales performance, inventory metrics, supplier analytics, and distribution data. For the first time, the business can make data-driven decisions across all its channels.  <\/p>\n\n<h2 class=\"wp-block-heading\">Automated Deployments<\/h2>\n\n<p>Automated deployments via <strong>AWS CodePipeline<\/strong> ensure that both branches receive updates simultaneously, with built-in manual approval gates and the ability to roll back automatically in less than 5 minutes.<\/p>\n\n<h2 class=\"wp-block-heading\">Results<\/h2>\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Metrics<\/th><th>Previously (On-Premise)<\/th><th>Next (AWS)<\/th><\/tr><\/thead><tbody><tr><td><strong>Database Licensing<\/strong><\/td><td>SQL Server Licensing Costs<\/td><td>$0 (MySQL open-source)<\/td><\/tr><tr><td><strong>E-commerce Synchronization<\/strong><\/td><td>Hours\/days of delay, risk of double-selling<\/td><td>Real time (<\/td><\/tr><tr><td><strong>Payments to Suppliers<\/strong><\/td><td>5\u20137 business days, prone to errors<\/td><td><\/td><\/tr><tr><td><strong>Deployment of a New Branch<\/strong><\/td><td>Hardware purchase + setup (weeks)<\/td><td>CloudFormation Template (hours)<\/td><\/tr><tr><td><strong>Business Analytics<\/strong><\/td><td>Does not exist<\/td><td>Self-Service Dashboards in QuickSight<\/td><\/tr><tr><td><strong>Rollback of deployments<\/strong><\/td><td>Manual, hours<\/td><td>Automated, ~5 minutes<\/td><\/tr><tr><td><strong>Infrastructure Management<\/strong><\/td><td>Manual patching, capacity planning<\/td><td>Fully managed (ECS Fargate, RDS)<\/td><\/tr><\/tbody><\/table><\/figure>\n\n<h2 class=\"wp-block-heading\">Why It Matters<\/h2>\n\n<p>The story of Era M\u00edo shows that cloud-native modernization on AWS isn&#8217;t just for large companies. By migrating from a legacy .NET\/SQL Server stack to a containerized, fully managed architecture, a growing SMB retailer was able to:<\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Zero licensing costs<\/strong> through the adoption of open-source technology<\/li>\n\n\n\n<li><strong>Omnichannel operations<\/strong> with real-time inventory synchronization \u2014 critical for the secondhand one-of-a-kind item model<\/li>\n\n\n\n<li><strong>Operational scalability<\/strong> \u2014 adding new branches is now a matter of replicating infrastructure, not a hardware project<\/li>\n\n\n\n<li><strong>Data-Driven Decision Making<\/strong> Through Integrated Business Intelligence<\/li>\n<\/ul>\n\n<p>As the global resale market continues to accelerate and consumers increasingly expect seamless omnichannel experiences, Era M\u00edo\u2019s platform on AWS positions the company to scale its circular economy model across Latin America.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Transforming Retail: From On-Premises .NET to AWS-Native Era M\u00edo is a Uruguayan omnichannel retailer operating in the secondhand market\u2014one of the fastest-growing segments in global retail, valued at US$393 billion and expanding three times faster than traditional retail. With brick-and-mortar stores in Uruguay and an e-commerce platform (eramio.com.uy), Era M\u00edo allows its customers to both&hellip;&nbsp;<\/p>\n<div class=\"read-more-wrapper\"><a href=\"https:\/\/wearebigcheese.com\/en\/blog-en\/transforming-retail-from-on-premises-net-to-aws-native\/\" class=\"button button-primary\" rel=\"bookmark\">Read More<span class=\"screen-reader-text\">Transforming Retail: From On-Premises .NET to AWS-Native<\/span><\/a><\/div>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","neve_meta_reading_time":"","_themeisle_gutenberg_block_has_review":false,"footnotes":""},"categories":[91,1],"tags":[56,158,157],"class_list":["post-6855","post","type-post","status-publish","format-standard","hentry","category-blog-en","category-sin-categorizar","tag-aws-cloud-en","tag-modernization-en","tag-retail-en"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Transforming Retail: From On-Premises .NET to AWS-Native - BigCheese, AWS Premier Partner<\/title>\n<meta name=\"description\" content=\"BigCheese partnered with Era M\u00edo, a Uruguayan secondhand retailer, to migrate its management platform from .NET and on-premises SQL Server to a cloud-native architecture on AWS using Amazon ECS, RDS MySQL, AWS Batch, and Amazon QuickSight. The modernization eliminated licensing costs, enabled real-time omnichannel synchronization between brick-and-mortar stores and e-commerce, automated supplier payments, and incorporated business intelligence\u2014allowing an SME to operate with the technological sophistication of a large retailer.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wearebigcheese.com\/en\/blog-en\/transforming-retail-from-on-premises-net-to-aws-native\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Transforming Retail: From On-Premises .NET to AWS-Native - BigCheese, AWS Premier Partner\" \/>\n<meta property=\"og:description\" content=\"BigCheese partnered with Era M\u00edo, a Uruguayan secondhand retailer, to migrate its management platform from .NET and on-premises SQL Server to a cloud-native architecture on AWS using Amazon ECS, RDS MySQL, AWS Batch, and Amazon QuickSight. The modernization eliminated licensing costs, enabled real-time omnichannel synchronization between brick-and-mortar stores and e-commerce, automated supplier payments, and incorporated business intelligence\u2014allowing an SME to operate with the technological sophistication of a large retailer.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wearebigcheese.com\/en\/blog-en\/transforming-retail-from-on-premises-net-to-aws-native\/\" \/>\n<meta property=\"og:site_name\" content=\"BigCheese, AWS Premier Partner\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-09T17:30:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-09T17:33:41+00:00\" \/>\n<meta name=\"author\" content=\"Sebasti\u00e1n Grattarola\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sebasti\u00e1n Grattarola\" \/>\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:\/\/wearebigcheese.com\/en\/blog-en\/transforming-retail-from-on-premises-net-to-aws-native\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/wearebigcheese.com\/en\/blog-en\/transforming-retail-from-on-premises-net-to-aws-native\/\"},\"author\":{\"name\":\"Sebasti\u00e1n Grattarola\",\"@id\":\"https:\/\/wearebigcheese.com\/en\/#\/schema\/person\/2d20f75f6bf3cb236491676503e7ca39\"},\"headline\":\"Transforming Retail: From On-Premises .NET to AWS-Native\",\"datePublished\":\"2026-09-09T17:30:51+00:00\",\"dateModified\":\"2026-09-09T17:33:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/wearebigcheese.com\/en\/blog-en\/transforming-retail-from-on-premises-net-to-aws-native\/\"},\"wordCount\":854,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/wearebigcheese.com\/en\/#organization\"},\"keywords\":[\"AWS Cloud\",\"Modernization\",\"Retail\"],\"articleSection\":[\"Blog\",\"Sin categorizar\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/wearebigcheese.com\/en\/blog-en\/transforming-retail-from-on-premises-net-to-aws-native\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wearebigcheese.com\/en\/blog-en\/transforming-retail-from-on-premises-net-to-aws-native\/\",\"url\":\"https:\/\/wearebigcheese.com\/en\/blog-en\/transforming-retail-from-on-premises-net-to-aws-native\/\",\"name\":\"Transforming Retail: From On-Premises .NET to AWS-Native - BigCheese, AWS Premier Partner\",\"isPartOf\":{\"@id\":\"https:\/\/wearebigcheese.com\/en\/#website\"},\"datePublished\":\"2026-09-09T17:30:51+00:00\",\"dateModified\":\"2026-09-09T17:33:41+00:00\",\"description\":\"BigCheese partnered with Era M\u00edo, a Uruguayan secondhand retailer, to migrate its management platform from .NET and on-premises SQL Server to a cloud-native architecture on AWS using Amazon ECS, RDS MySQL, AWS Batch, and Amazon QuickSight. The modernization eliminated licensing costs, enabled real-time omnichannel synchronization between brick-and-mortar stores and e-commerce, automated supplier payments, and incorporated business intelligence\u2014allowing an SME to operate with the technological sophistication of a large retailer.\",\"breadcrumb\":{\"@id\":\"https:\/\/wearebigcheese.com\/en\/blog-en\/transforming-retail-from-on-premises-net-to-aws-native\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wearebigcheese.com\/en\/blog-en\/transforming-retail-from-on-premises-net-to-aws-native\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wearebigcheese.com\/en\/blog-en\/transforming-retail-from-on-premises-net-to-aws-native\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wearebigcheese.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Transforming Retail: From On-Premises .NET to AWS-Native\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wearebigcheese.com\/en\/#website\",\"url\":\"https:\/\/wearebigcheese.com\/en\/\",\"name\":\"BigCheese, AWS Premier Partner\",\"description\":\"Think Big, Start Small\",\"publisher\":{\"@id\":\"https:\/\/wearebigcheese.com\/en\/#organization\"},\"alternateName\":\"BigCheese - AWS Premier Partner\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wearebigcheese.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/wearebigcheese.com\/en\/#organization\",\"name\":\"BigCheese, AWS Premier Partner\",\"alternateName\":\"BigCheese\",\"url\":\"https:\/\/wearebigcheese.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wearebigcheese.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/wearebigcheese.com\/wp-content\/uploads\/2025\/03\/Logotipo-horizontal-Negro-1.png\",\"contentUrl\":\"https:\/\/wearebigcheese.com\/wp-content\/uploads\/2025\/03\/Logotipo-horizontal-Negro-1.png\",\"width\":278,\"height\":58,\"caption\":\"BigCheese, AWS Premier Partner\"},\"image\":{\"@id\":\"https:\/\/wearebigcheese.com\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.instagram.com\/wearebigcheese\/\",\"https:\/\/www.linkedin.com\/company\/wearebigcheese\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/wearebigcheese.com\/en\/#\/schema\/person\/2d20f75f6bf3cb236491676503e7ca39\",\"name\":\"Sebasti\u00e1n Grattarola\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wearebigcheese.com\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ae676062cabd9a8f7b0c14dd5e4db723ec306b06f485fc28ba80298c3b895512?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ae676062cabd9a8f7b0c14dd5e4db723ec306b06f485fc28ba80298c3b895512?s=96&d=mm&r=g\",\"caption\":\"Sebasti\u00e1n Grattarola\"},\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/sebagra\/\"],\"url\":\"https:\/\/wearebigcheese.com\/en\/author\/sebagra\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Transforming Retail: From On-Premises .NET to AWS-Native - BigCheese, AWS Premier Partner","description":"BigCheese partnered with Era M\u00edo, a Uruguayan secondhand retailer, to migrate its management platform from .NET and on-premises SQL Server to a cloud-native architecture on AWS using Amazon ECS, RDS MySQL, AWS Batch, and Amazon QuickSight. The modernization eliminated licensing costs, enabled real-time omnichannel synchronization between brick-and-mortar stores and e-commerce, automated supplier payments, and incorporated business intelligence\u2014allowing an SME to operate with the technological sophistication of a large retailer.","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:\/\/wearebigcheese.com\/en\/blog-en\/transforming-retail-from-on-premises-net-to-aws-native\/","og_locale":"en_US","og_type":"article","og_title":"Transforming Retail: From On-Premises .NET to AWS-Native - BigCheese, AWS Premier Partner","og_description":"BigCheese partnered with Era M\u00edo, a Uruguayan secondhand retailer, to migrate its management platform from .NET and on-premises SQL Server to a cloud-native architecture on AWS using Amazon ECS, RDS MySQL, AWS Batch, and Amazon QuickSight. The modernization eliminated licensing costs, enabled real-time omnichannel synchronization between brick-and-mortar stores and e-commerce, automated supplier payments, and incorporated business intelligence\u2014allowing an SME to operate with the technological sophistication of a large retailer.","og_url":"https:\/\/wearebigcheese.com\/en\/blog-en\/transforming-retail-from-on-premises-net-to-aws-native\/","og_site_name":"BigCheese, AWS Premier Partner","article_published_time":"2026-09-09T17:30:51+00:00","article_modified_time":"2026-09-09T17:33:41+00:00","author":"Sebasti\u00e1n Grattarola","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Sebasti\u00e1n Grattarola","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wearebigcheese.com\/en\/blog-en\/transforming-retail-from-on-premises-net-to-aws-native\/#article","isPartOf":{"@id":"https:\/\/wearebigcheese.com\/en\/blog-en\/transforming-retail-from-on-premises-net-to-aws-native\/"},"author":{"name":"Sebasti\u00e1n Grattarola","@id":"https:\/\/wearebigcheese.com\/en\/#\/schema\/person\/2d20f75f6bf3cb236491676503e7ca39"},"headline":"Transforming Retail: From On-Premises .NET to AWS-Native","datePublished":"2026-09-09T17:30:51+00:00","dateModified":"2026-09-09T17:33:41+00:00","mainEntityOfPage":{"@id":"https:\/\/wearebigcheese.com\/en\/blog-en\/transforming-retail-from-on-premises-net-to-aws-native\/"},"wordCount":854,"commentCount":0,"publisher":{"@id":"https:\/\/wearebigcheese.com\/en\/#organization"},"keywords":["AWS Cloud","Modernization","Retail"],"articleSection":["Blog","Sin categorizar"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wearebigcheese.com\/en\/blog-en\/transforming-retail-from-on-premises-net-to-aws-native\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wearebigcheese.com\/en\/blog-en\/transforming-retail-from-on-premises-net-to-aws-native\/","url":"https:\/\/wearebigcheese.com\/en\/blog-en\/transforming-retail-from-on-premises-net-to-aws-native\/","name":"Transforming Retail: From On-Premises .NET to AWS-Native - BigCheese, AWS Premier Partner","isPartOf":{"@id":"https:\/\/wearebigcheese.com\/en\/#website"},"datePublished":"2026-09-09T17:30:51+00:00","dateModified":"2026-09-09T17:33:41+00:00","description":"BigCheese partnered with Era M\u00edo, a Uruguayan secondhand retailer, to migrate its management platform from .NET and on-premises SQL Server to a cloud-native architecture on AWS using Amazon ECS, RDS MySQL, AWS Batch, and Amazon QuickSight. The modernization eliminated licensing costs, enabled real-time omnichannel synchronization between brick-and-mortar stores and e-commerce, automated supplier payments, and incorporated business intelligence\u2014allowing an SME to operate with the technological sophistication of a large retailer.","breadcrumb":{"@id":"https:\/\/wearebigcheese.com\/en\/blog-en\/transforming-retail-from-on-premises-net-to-aws-native\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wearebigcheese.com\/en\/blog-en\/transforming-retail-from-on-premises-net-to-aws-native\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wearebigcheese.com\/en\/blog-en\/transforming-retail-from-on-premises-net-to-aws-native\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wearebigcheese.com\/en\/"},{"@type":"ListItem","position":2,"name":"Transforming Retail: From On-Premises .NET to AWS-Native"}]},{"@type":"WebSite","@id":"https:\/\/wearebigcheese.com\/en\/#website","url":"https:\/\/wearebigcheese.com\/en\/","name":"BigCheese, AWS Premier Partner","description":"Think Big, Start Small","publisher":{"@id":"https:\/\/wearebigcheese.com\/en\/#organization"},"alternateName":"BigCheese - AWS Premier Partner","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wearebigcheese.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wearebigcheese.com\/en\/#organization","name":"BigCheese, AWS Premier Partner","alternateName":"BigCheese","url":"https:\/\/wearebigcheese.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wearebigcheese.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/wearebigcheese.com\/wp-content\/uploads\/2025\/03\/Logotipo-horizontal-Negro-1.png","contentUrl":"https:\/\/wearebigcheese.com\/wp-content\/uploads\/2025\/03\/Logotipo-horizontal-Negro-1.png","width":278,"height":58,"caption":"BigCheese, AWS Premier Partner"},"image":{"@id":"https:\/\/wearebigcheese.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/wearebigcheese\/","https:\/\/www.linkedin.com\/company\/wearebigcheese\/"]},{"@type":"Person","@id":"https:\/\/wearebigcheese.com\/en\/#\/schema\/person\/2d20f75f6bf3cb236491676503e7ca39","name":"Sebasti\u00e1n Grattarola","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wearebigcheese.com\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ae676062cabd9a8f7b0c14dd5e4db723ec306b06f485fc28ba80298c3b895512?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ae676062cabd9a8f7b0c14dd5e4db723ec306b06f485fc28ba80298c3b895512?s=96&d=mm&r=g","caption":"Sebasti\u00e1n Grattarola"},"sameAs":["https:\/\/www.linkedin.com\/in\/sebagra\/"],"url":"https:\/\/wearebigcheese.com\/en\/author\/sebagra\/"}]}},"_links":{"self":[{"href":"https:\/\/wearebigcheese.com\/en\/wp-json\/wp\/v2\/posts\/6855","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wearebigcheese.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wearebigcheese.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wearebigcheese.com\/en\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/wearebigcheese.com\/en\/wp-json\/wp\/v2\/comments?post=6855"}],"version-history":[{"count":2,"href":"https:\/\/wearebigcheese.com\/en\/wp-json\/wp\/v2\/posts\/6855\/revisions"}],"predecessor-version":[{"id":6859,"href":"https:\/\/wearebigcheese.com\/en\/wp-json\/wp\/v2\/posts\/6855\/revisions\/6859"}],"wp:attachment":[{"href":"https:\/\/wearebigcheese.com\/en\/wp-json\/wp\/v2\/media?parent=6855"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wearebigcheese.com\/en\/wp-json\/wp\/v2\/categories?post=6855"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wearebigcheese.com\/en\/wp-json\/wp\/v2\/tags?post=6855"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}