From fdff833870a5e2ae039a00ab0f3f33ccb8fce506 Mon Sep 17 00:00:00 2001 From: Onesmus Wambugu Date: Thu, 11 Jan 2024 12:59:25 +0300 Subject: [PATCH] fix : cloudformation syntax error --- aws/cloudformation.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/aws/cloudformation.yaml b/aws/cloudformation.yaml index 2fd4974..685b97e 100644 --- a/aws/cloudformation.yaml +++ b/aws/cloudformation.yaml @@ -73,5 +73,4 @@ Resources: Resource: - !Sub arn:aws:s3:::${LambdaCodeBucket}/* - !Sub arn:aws:s3:::${LambdaCodeBucket} -```