From 78da00d323aff6f933d031b9a375fe2f9dc62ca7 Mon Sep 17 00:00:00 2001 From: Matt Waldron Date: Tue, 17 Sep 2024 12:27:00 +0100 Subject: [PATCH] updated app config serverless desscription --- serverless.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverless.yml b/serverless.yml index ddeb47d8..8331c20c 100644 --- a/serverless.yml +++ b/serverless.yml @@ -53,7 +53,7 @@ resources: Type: AWS::AppConfig::Application Properties: Name: "cvs-app-config" - Description: "Example serverless feature flag demo." + Description: "Contains the feature flag profile for the application" Tags: - Key: App Value: "FeatureFlagApplication"