I updated Serverless yesterday. Today, I tried to deploy and got an error that my Cloudformation Outputs were not unique. I found that Serverless now includes Cloudformation Outputs by default. This is problematic for my organization.
We deploy the same stack multiple times per stage, using a custom variable to rename the stack and function names. We don’t want to do this for each output - we’d rather just turn off the new feature. Is there a way to do this?