fourTheorem / slic-watch

Instant alarms and dashboards for Serverless, SAM, CDK and CloudFormation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow for Ref usage in resource names for API gateway alarms

lmammino opened this issue · comments

Right now we are assuming the resources names are created as part of the current serverless project with a literal string name. We should support references in addition to string literal values.
This applies to:

  • API Gateway (Rest API Name)
  • Step Functions (State Machine Name)