Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit 13100ce

Browse files
Fix CFN template
1 parent 1e4b102 commit 13100ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/liveness-detection-framework.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Resources:
7373
S3Key: !Join ["/", [!FindInMap ["SourceCode", "General", "KeyPrefix"], "client.template"]]
7474
Parameters:
7575
EndpointURL: !GetAtt BackendStack.Outputs.EndpointURL
76-
BuildBucket: !FindInMap ["SourceCode", "General", "S3Bucket"]
76+
BuildBucket: !Join ["-", [!FindInMap ["SourceCode", "General", "S3Bucket"]%%SUFFIX_REGION%%]]
7777
BuildKey: !Join ["/", [!FindInMap ["SourceCode", "General", "KeyPrefix"], "%%CLIENT_BUILD_KEY%%"]]
7878
UserPoolId: !GetAtt CognitoStack.Outputs.UserPoolId
7979
UserPoolWebClientId: !GetAtt CognitoStack.Outputs.UserPoolWebClientId

0 commit comments

Comments
 (0)