From e6d4f2c4224abe7a161814987db3fca02b281706 Mon Sep 17 00:00:00 2001 From: Aimery Methena Date: Thu, 17 Oct 2024 14:51:42 -0400 Subject: [PATCH] typo --- athena-aws-cmdb/athena-aws-cmdb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/athena-aws-cmdb/athena-aws-cmdb.yaml b/athena-aws-cmdb/athena-aws-cmdb.yaml index 40cd965e2d..8ead0e1db0 100644 --- a/athena-aws-cmdb/athena-aws-cmdb.yaml +++ b/athena-aws-cmdb/athena-aws-cmdb.yaml @@ -56,7 +56,7 @@ Resources: FunctionName: !Ref AthenaCatalogName PackageType: "Image" ImageUri: !Sub - - '${Account}.dkr.ecr.${AWS::Region}.amazonaws.com/athena-federation-repository-aws-cmdbs:2022.47.1' + - '${Account}.dkr.ecr.${AWS::Region}.amazonaws.com/athena-federation-repository-aws-cmdb:2022.47.1' - Account: !If [IsRegionBAH, 084828588479, !If [IsRegionHKG, 183295418215, 292517598671]] Description: "Enables Amazon Athena to communicate with various AWS Services, making your resource inventories accessible via SQL." Timeout: !Ref LambdaTimeout