Skip to content

Commit

Permalink
Updates unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonce committed Aug 7, 2024
1 parent 46590ea commit 18c2994
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Doing serverless with Terraform? Check out [serverless.tf framework](https://ser

## Supported Features

- AWS Lambda runtime Python 3.8
- AWS Lambda runtime Python 3.11
- Create new SNS topic or use existing one
- Support plaintext and encrypted version of Slack webhook URL
- Most of Slack message options are customizable
Expand Down
2 changes: 1 addition & 1 deletion functions/events/guardduty_finding_high.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"detail-type": "GuardDuty Finding",
"region": "us-east-1",
"detail": {
"id": "sample-id-2",
"accountId": "sample-id-2",
"title": "SAMPLE Unprotected port on EC2 instance i-123123123 is being probed",
"severity": 9,
"description": "EC2 instance has an unprotected port which is being probed by a known malicious host.",
Expand Down
2 changes: 1 addition & 1 deletion functions/events/guardduty_finding_low.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"detail-type": "GuardDuty Finding",
"region": "us-east-1",
"detail": {
"id": "sample-id-2",
"accountId": "sample-id-2",
"title": "SAMPLE Unprotected port on EC2 instance i-123123123 is being probed",
"severity": 2,
"description": "EC2 instance has an unprotected port which is being probed by a known malicious host.",
Expand Down
2 changes: 1 addition & 1 deletion functions/events/guardduty_finding_medium.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"detail-type": "GuardDuty Finding",
"region": "us-east-1",
"detail": {
"id": "sample-id-2",
"accountId": "sample-id-2",
"title": "SAMPLE Unprotected port on EC2 instance i-123123123 is being probed",
"severity": 5,
"description": "EC2 instance has an unprotected port which is being probed by a known malicious host.",
Expand Down

0 comments on commit 18c2994

Please sign in to comment.