From 9f342e02c5ef1d97f2c00ebfe34528efa45c10c2 Mon Sep 17 00:00:00 2001 From: Michael Terry Date: Tue, 9 Apr 2024 15:21:33 -0400 Subject: [PATCH] docs: fix AWS template to avoid confusing syntax Amazon's latest visual template editor doesn't like Fn::Join but does like !Join. So give it what it wants. --- docs/setup/cumulus-aws-template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup/cumulus-aws-template.yaml b/docs/setup/cumulus-aws-template.yaml index 4b433ca9..401cbfc0 100644 --- a/docs/setup/cumulus-aws-template.yaml +++ b/docs/setup/cumulus-aws-template.yaml @@ -152,8 +152,8 @@ Resources: Properties: CatalogId: !Ref AWS::AccountId DatabaseInput: - Name: - Fn::Join: # replace hyphens with underscores for ease of SQL (hyphens are reserved) + # replace hyphens with underscores for ease of SQL (hyphens are reserved) + Name: !Join - '_' - Fn::Split: - '-'