Skip to content

Commit

Permalink
fix: fix eventbridge rule (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-roys authored Feb 3, 2023
1 parent e92374a commit b81d04f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions account_monitor/cloudformation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ Resources:
Description: CloudWatch Rule to Trigger Snyk AWS Account Monitor Lambda
Name: SnykCloudControlTowerAccountCreated
EventPattern:
detail-type:
- AWS API Call via CloudTrail
detail:
eventName:
- 'CreateManagedAccount'
Expand All @@ -61,8 +59,6 @@ Resources:
Description: CloudWatch Rule to Trigger Snyk AWS Account Monitor Lambda
Name: SnykCloudOrgsAccountCreated
EventPattern:
detail-type:
- AWS API Call via CloudTrail
detail:
eventName:
- 'CreateAccountResult'
Expand Down

0 comments on commit b81d04f

Please sign in to comment.