From d508117ba9aab5a5c95bd62db80133b1701d1856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Pereira?= Date: Fri, 4 Mar 2022 19:40:37 -0300 Subject: [PATCH] Updated template.yaml with QSID --- blog-assets/svcvirt-apigateway-cfn/template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog-assets/svcvirt-apigateway-cfn/template.yaml b/blog-assets/svcvirt-apigateway-cfn/template.yaml index 81c3edd..9c38500 100644 --- a/blog-assets/svcvirt-apigateway-cfn/template.yaml +++ b/blog-assets/svcvirt-apigateway-cfn/template.yaml @@ -1,6 +1,6 @@ AWSTemplateFormatVersion: '2010-09-09' -Description: AWS API Gateway working as a Service Virtualization +Description: "AWS API Gateway working as a Service Virtualization (qs-1sq3s942d)" Resources: @@ -155,4 +155,4 @@ Resources: - PostMethod Properties: Description: Mock API Deployment - RestApiId: !Ref RestApi \ No newline at end of file + RestApiId: !Ref RestApi