Skip to content

Commit 487586a

Browse files
authored
Merge pull request #9 from UmaxCode/dev
fix: fix same export name error
2 parents 1d0c5ae + 6a1a72c commit 487586a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ Outputs:
599599
Description: URL for application
600600
Value: !Sub 'https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod'
601601
Export:
602-
Name: TaskManagementSystemApi
602+
Name: !Sub ${AWS::StackName}-Api
603603

604604
TaskTableName:
605605
Description: 'The name of the DynamoDB Task table'

0 commit comments

Comments
 (0)