This file documents a few examples of how to configure the Lambda function and Prowler scans. Additional examples will be added as new features are added.
These JSON objects are the contents of the EventBridge event that target the Initiator Lambda function (using the Constant (JSON text)
input type). The frequency of these events is up to the user to configure.
{}
{"group": "cislevel1"}
Pretty print
{
"group": "cislevel1"
}
{"group": "cislevel1", "ou": ["ou-abc2-a1b2c3d4"]}
Pretty print
{
"group": "cislevel1",
"ou": [
"ou-abc2-a1b2c3d4"
]
}
{"group": "extras", "ou": ["ou-abc2-a1b2c3d4", "ou-abc2-a4b3c2d1", "r-abc2"]}
Pretty print
{
"group": "extras",
"ou": [
"ou-abc2-a1b2c3d4",
"ou-abc2-a4b3c2d1",
"r-abc2"
]
}