From 4df93ae93669dcef9b2593265877af7a8de53a33 Mon Sep 17 00:00:00 2001 From: vinay konatala Date: Thu, 12 Dec 2024 15:34:04 +0530 Subject: [PATCH] Update Attrubute value in appsync yml file (#1820) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: Added kiness delivery stream * feat: Added relationship condition * fix: Added apm kinesis relation file * fix:Removed apm relation file * fix: Add new condition * fix: Added quotes in array * fix: Updated the tagkeys * feat: Added appsync api relationship files * fix: Removed other relationship files * fix: Updated the regex * fix: Updated relationship name * fix: Updated attribute names * fix: Updated attribute case sensitive --------- Co-authored-by: Otávio Carvalho Co-authored-by: nr-cmorenoin --- .../synthesis/APM-APPLICATION-to-INFRA-AWSAPPSYNCAPI.yml | 2 +- relationships/synthesis/EXT-SERVICE-to-INFRA-AWSAPPSYNCAPI.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/relationships/synthesis/APM-APPLICATION-to-INFRA-AWSAPPSYNCAPI.yml b/relationships/synthesis/APM-APPLICATION-to-INFRA-AWSAPPSYNCAPI.yml index 4f4b780fe..19946451d 100644 --- a/relationships/synthesis/APM-APPLICATION-to-INFRA-AWSAPPSYNCAPI.yml +++ b/relationships/synthesis/APM-APPLICATION-to-INFRA-AWSAPPSYNCAPI.yml @@ -19,4 +19,4 @@ relationships: candidateCategory: AWSAPPSYNCAPI fields: - field: httpUrl - attribute: Http.Url \ No newline at end of file + attribute: http.url \ No newline at end of file diff --git a/relationships/synthesis/EXT-SERVICE-to-INFRA-AWSAPPSYNCAPI.yml b/relationships/synthesis/EXT-SERVICE-to-INFRA-AWSAPPSYNCAPI.yml index 6b11d8418..b6219c039 100644 --- a/relationships/synthesis/EXT-SERVICE-to-INFRA-AWSAPPSYNCAPI.yml +++ b/relationships/synthesis/EXT-SERVICE-to-INFRA-AWSAPPSYNCAPI.yml @@ -21,4 +21,4 @@ relationships: candidateCategory: AWSAPPSYNCAPI fields: - field: httpUrl - attribute: Http.Url \ No newline at end of file + attribute: http.url \ No newline at end of file