Open jmelendez-cbs opened 3 years ago
When using the externalStack property I am getting the following messages from serverless:
Serverless: Removing external alert stack ee-override-nba-dev-alerts (no resources configured)... Serverless: External alert stack ee-override-nba-dev-alerts removed successfully. Serverless: Removing old service artifacts from S3...
My serverless yaml looked like this:
plugins: - serverless-plugin-aws-alerts custom: alerts: dashboards: true externalStack: true
Has anyone else seen/solved this issue?
Did you resolve your issue? I have the same situation right now.
This is a Bug Report
Description
When using the externalStack property I am getting the following messages from serverless:
My serverless yaml looked like this:
Has anyone else seen/solved this issue?