Skip to content

Commit

Permalink
fix(stack): adjust validation for MetricStreamFilterURI (#253)
Browse files Browse the repository at this point in the history
We need to allow users to disable metrics collection by not providing
URI.
  • Loading branch information
jta authored May 13, 2024
1 parent fd13844 commit 1d36c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/stack/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Parameters:
S3 URI containing filters for metrics to be collected by CloudWatch
Metrics Stream. If empty, no metrics will be collected.
Default: 's3://observeinc/cloudwatchmetrics/filters/recommended.yaml'
AllowedPattern: "^s3:\/\/.*$"
AllowedPattern: "^(s3:\/\/.*)?$"
DebugEndpoint:
Type: String
Description: >-
Expand Down

0 comments on commit 1d36c6f

Please sign in to comment.