From 6a1a72c3a4c2b500dc3c5c55df5440d99806a38f Mon Sep 17 00:00:00 2001 From: umaxcode Date: Sat, 18 Jan 2025 10:18:17 +0000 Subject: [PATCH] fix: fix same export name error --- template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.yaml b/template.yaml index 278eaf3..63bcd90 100644 --- a/template.yaml +++ b/template.yaml @@ -599,7 +599,7 @@ Outputs: Description: URL for application Value: !Sub 'https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod' Export: - Name: TaskManagementSystemApi + Name: !Sub ${AWS::StackName}-Api TaskTableName: Description: 'The name of the DynamoDB Task table'