<!--
    <script>
        (function () {
            // 1) Root *ohne* Sprach-Slug bestimmen (rein clientseitig)
            var origin = window.location.origin; // z.B. https://www.aws-cost-engineering.de
            var fixedRoot = origin + '/wp-json/';

            // 2) CF7 global & pro Formular überschreiben (nachdem CF7 initialisiert hat)
            function applyCF7Root() {
                if (window.wpcf7) {
                    if (window.wpcf7.api) {
                        window.wpcf7.api.root = fixedRoot;
                    }
                    // pro Formular-Instanz
                    document.querySelectorAll('.wpcf7 form').forEach(function (form) {
                        if (form.wpcf7 && form.wpcf7.api) {
                            form.wpcf7.api.root = fixedRoot;
                        }
                    });
                    console.log('CF7 root patched to →', fixedRoot);
                }
            }

            // 3) *Sicherheitsnetz*: fetch-Aufrufe auf /en/wp-json/ hart korrigieren
            //    (falls ein Plugin/Cache den CF7-Root nochmal überschreibt)
            var _fetch = window.fetch;
            window.fetch = function(input, init) {
                // String-URL
                if (typeof input === 'string' && input.indexOf('/wp-json/contact-form-7/') !== -1) {
                    input = input.replace('/en/wp-json/', '/wp-json/');
                }
                // Request-Objekt
                else if (input && typeof input === 'object' && input.url && input.url.indexOf('/wp-json/contact-form-7/') !== -1) {
                    input = new Request(input.url.replace('/en/wp-json/', '/wp-json/'), input);
                }
                return _fetch(input, init);
            };

            // anwenden nach DOMReady
            if (document.readyState === 'loading') {
                document.addEventListener('DOMContentLoaded', applyCF7Root);
            } else {
                applyCF7Root();
            }
        })();
    </script>
-->
{"id":1055,"date":"2021-06-08T19:12:42","date_gmt":"2021-06-08T17:12:42","guid":{"rendered":"https:\/\/www.aws-cost-engineering.de\/development-costing\/"},"modified":"2025-01-29T12:58:27","modified_gmt":"2025-01-29T11:58:27","slug":"development-costing","status":"publish","type":"page","link":"https:\/\/www.aws-cost-engineering.de\/en\/cost-engineering\/development-costing\/","title":{"rendered":"Development Costing"},"content":{"rendered":"","protected":false},"excerpt":{"rendered":"","protected":false},"author":4,"featured_media":0,"parent":1105,"menu_order":7,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-1055","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>AWS Development Costing - Analysis Tool &amp; Consulting<\/title>\n<meta name=\"description\" content=\"AWS Development Costing to successfully reduce development costs. Analysis of software and hardware development costs.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.aws-cost-engineering.de\/en\/cost-engineering\/development-costing\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AWS Development Costing - Analysis Tool &amp; Consulting\" \/>\n<meta property=\"og:description\" content=\"AWS Development Costing to successfully reduce development costs. Analysis of software and hardware development costs.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.aws-cost-engineering.de\/en\/cost-engineering\/development-costing\/\" \/>\n<meta property=\"og:site_name\" content=\"AWS Cost Engineering &amp; Innovation Partner\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-29T11:58:27+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.aws-cost-engineering.de\\\/en\\\/cost-engineering\\\/development-costing\\\/\",\"url\":\"https:\\\/\\\/www.aws-cost-engineering.de\\\/en\\\/cost-engineering\\\/development-costing\\\/\",\"name\":\"AWS Development Costing - Analysis Tool & Consulting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.aws-cost-engineering.de\\\/en\\\/#website\"},\"datePublished\":\"2021-06-08T17:12:42+00:00\",\"dateModified\":\"2025-01-29T11:58:27+00:00\",\"description\":\"AWS Development Costing to successfully reduce development costs. Analysis of software and hardware development costs.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.aws-cost-engineering.de\\\/en\\\/cost-engineering\\\/development-costing\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.aws-cost-engineering.de\\\/en\\\/cost-engineering\\\/development-costing\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.aws-cost-engineering.de\\\/en\\\/cost-engineering\\\/development-costing\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/www.aws-cost-engineering.de\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cost Engineering\",\"item\":\"https:\\\/\\\/www.aws-cost-engineering.de\\\/en\\\/cost-engineering\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Development Costing\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.aws-cost-engineering.de\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.aws-cost-engineering.de\\\/en\\\/\",\"name\":\"AWS Cost Engineering &amp; Innovation Partner\",\"description\":\"aws\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.aws-cost-engineering.de\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"AWS Development Costing - Analysis Tool & Consulting","description":"AWS Development Costing to successfully reduce development costs. Analysis of software and hardware development costs.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.aws-cost-engineering.de\/en\/cost-engineering\/development-costing\/","og_locale":"en_US","og_type":"article","og_title":"AWS Development Costing - Analysis Tool & Consulting","og_description":"AWS Development Costing to successfully reduce development costs. Analysis of software and hardware development costs.","og_url":"https:\/\/www.aws-cost-engineering.de\/en\/cost-engineering\/development-costing\/","og_site_name":"AWS Cost Engineering &amp; Innovation Partner","article_modified_time":"2025-01-29T11:58:27+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.aws-cost-engineering.de\/en\/cost-engineering\/development-costing\/","url":"https:\/\/www.aws-cost-engineering.de\/en\/cost-engineering\/development-costing\/","name":"AWS Development Costing - Analysis Tool & Consulting","isPartOf":{"@id":"https:\/\/www.aws-cost-engineering.de\/en\/#website"},"datePublished":"2021-06-08T17:12:42+00:00","dateModified":"2025-01-29T11:58:27+00:00","description":"AWS Development Costing to successfully reduce development costs. Analysis of software and hardware development costs.","breadcrumb":{"@id":"https:\/\/www.aws-cost-engineering.de\/en\/cost-engineering\/development-costing\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.aws-cost-engineering.de\/en\/cost-engineering\/development-costing\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.aws-cost-engineering.de\/en\/cost-engineering\/development-costing\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/www.aws-cost-engineering.de\/en\/"},{"@type":"ListItem","position":2,"name":"Cost Engineering","item":"https:\/\/www.aws-cost-engineering.de\/en\/cost-engineering\/"},{"@type":"ListItem","position":3,"name":"Development Costing"}]},{"@type":"WebSite","@id":"https:\/\/www.aws-cost-engineering.de\/en\/#website","url":"https:\/\/www.aws-cost-engineering.de\/en\/","name":"AWS Cost Engineering &amp; Innovation Partner","description":"aws","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.aws-cost-engineering.de\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.aws-cost-engineering.de\/en\/wp-json\/wp\/v2\/pages\/1055","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.aws-cost-engineering.de\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.aws-cost-engineering.de\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.aws-cost-engineering.de\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aws-cost-engineering.de\/en\/wp-json\/wp\/v2\/comments?post=1055"}],"version-history":[{"count":6,"href":"https:\/\/www.aws-cost-engineering.de\/en\/wp-json\/wp\/v2\/pages\/1055\/revisions"}],"predecessor-version":[{"id":4339,"href":"https:\/\/www.aws-cost-engineering.de\/en\/wp-json\/wp\/v2\/pages\/1055\/revisions\/4339"}],"up":[{"embeddable":true,"href":"https:\/\/www.aws-cost-engineering.de\/en\/wp-json\/wp\/v2\/pages\/1105"}],"wp:attachment":[{"href":"https:\/\/www.aws-cost-engineering.de\/en\/wp-json\/wp\/v2\/media?parent=1055"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}