Skip to content

Commit bb04aa1

Browse files
authored
Merge pull request #2 from PaloAltoNetworks/initial_setup
new release
2 parents 73e7c6b + 7cef474 commit bb04aa1

4 files changed

Lines changed: 2 additions & 222 deletions

File tree

AWS/lambda_package/index_prisma.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def parse_alert_message(sqs_message):
8787
'account_number' : alert['accountId']
8888
},
8989
'runbook_id' : None,
90-
'metadata' : alert['resourceConfig']
90+
'metadata' : alert['resource']
9191
}
9292

9393
# Default region set to us-east-1 if we receive "global" region

AWS/releases/PrismaRemediate-2020-08-19.json

Lines changed: 0 additions & 219 deletions
This file was deleted.
-2 Bytes
Binary file not shown.

AWS/templates/cloudformation_prisma_template.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@
5454
"PrismaRemedySQSQueue" : {
5555
"Type" : "AWS::SQS::Queue",
5656
"Properties" : {
57-
"QueueName" : "PrismaRemediationQueue.fifo",
58-
"FifoQueue" : true,
57+
"QueueName" : "PrismaRemediationQueue",
5958
"VisibilityTimeout" : 1800
6059
}
6160
},

0 commit comments

Comments
 (0)