ACloudGuru / serverless-plugin-aws-alerts

A Serverless Framework plugin that creates CloudWatch alarms for functions.
MIT License
531 stars 151 forks source link

externalStack not working properly #185

Open jmelendez-cbs opened 3 years ago

jmelendez-cbs commented 3 years ago

This is a Bug Report

Description

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?

rufinoNL commented 2 years ago

Did you resolve your issue? I have the same situation right now.