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'