Skip to content

Commit

Permalink
Fix statement nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
berryd committed Jan 22, 2024
1 parent 2d709f8 commit 91929be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions services/ui/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ custom:
SampledRequestsEnabled: true
CloudWatchMetricsEnabled: true
MetricName: ${self:service}-${self:custom.stage}-block-traffic
Statement:
NotStatement:
Statement:
IPSetReferenceStatement:
ARN: ${self:custom.vpnIpSetArn}
Statement:
NotStatement:
Statement:
IPSetReferenceStatement:
ARN: ${self:custom.vpnIpSetArn}
firehoseStreamName: aws-waf-logs-${self:service}-${self:custom.stage}-firehose
scripts:
hooks:
Expand Down

0 comments on commit 91929be

Please sign in to comment.