Skip to content

Commit

Permalink
Merge pull request #2 from PaloAltoNetworks/initial_setup
Browse files Browse the repository at this point in the history
new release
  • Loading branch information
toddm92 authored Aug 20, 2020
2 parents 73e7c6b + 7cef474 commit bb04aa1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 222 deletions.
2 changes: 1 addition & 1 deletion AWS/lambda_package/index_prisma.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def parse_alert_message(sqs_message):
'account_number' : alert['accountId']
},
'runbook_id' : None,
'metadata' : alert['resourceConfig']
'metadata' : alert['resource']
}

# Default region set to us-east-1 if we receive "global" region
Expand Down
219 changes: 0 additions & 219 deletions AWS/releases/PrismaRemediate-2020-08-19.json

This file was deleted.

Binary file modified AWS/releases/PrismaRemediate-2020-08-19.zip
Binary file not shown.
3 changes: 1 addition & 2 deletions AWS/templates/cloudformation_prisma_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@
"PrismaRemedySQSQueue" : {
"Type" : "AWS::SQS::Queue",
"Properties" : {
"QueueName" : "PrismaRemediationQueue.fifo",
"FifoQueue" : true,
"QueueName" : "PrismaRemediationQueue",
"VisibilityTimeout" : 1800
}
},
Expand Down

0 comments on commit bb04aa1

Please sign in to comment.