Skip to content

Commit 87ba36b

Browse files
committed
fix: fix same export name error
1 parent a3f0a05 commit 87ba36b

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
@@ -591,7 +591,7 @@ Outputs:
591591
Description: URL for application
592592
Value: !Sub 'https://${ServerlessRestApi}.execute-api.${AWS::Region}.amazonaws.com/Prod'
593593
Export:
594-
Name: !Sub ${AWS::StackName}-TaskManagementSystemApi
594+
Name: !Sub ${AWS::StackName}-Api
595595

596596
TaskTableName:
597597
Description: 'The name of the DynamoDB Task table'

0 commit comments

Comments
 (0)