Skip to content

Commit

Permalink
fix: fix same export name error
Browse files Browse the repository at this point in the history
  • Loading branch information
UmaxCode committed Jan 18, 2025
1 parent 6954a6e commit 6a1a72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6a1a72c

Please sign in to comment.