feat(categories): Remove old groups and use categories from metadata (#1523)

This commit is contained in:
Pepe Fagoaga
2022-11-29 11:09:50 +01:00
committed by GitHub
parent f964439a15
commit a54372e05e
78 changed files with 323 additions and 367 deletions

View File

@@ -23,7 +23,9 @@
"Url": "https://docs.aws.amazon.com/lambda/latest/dg/logging-using-cloudtrail.html"
}
},
"Categories": [],
"Categories": [
"forensics-ready"
],
"Tags": {
"Tag1Key": "value",
"Tag2Key": "value"
@@ -31,4 +33,4 @@
"DependsOn": [],
"RelatedTo": [],
"Notes": ""
}
}

View File

@@ -23,7 +23,9 @@
"Url": "https://docs.aws.amazon.com/secretsmanager/latest/userguide/lambda-functions.html"
}
},
"Categories": [],
"Categories": [
"secrets"
],
"Tags": {
"Tag1Key": "value",
"Tag2Key": "value"

View File

@@ -23,7 +23,9 @@
"Url": "https://docs.aws.amazon.com/secretsmanager/latest/userguide/lambda-functions.html"
}
},
"Categories": [],
"Categories": [
"secrets"
],
"Tags": {
"Tag1Key": "value",
"Tag2Key": "value"

View File

@@ -23,7 +23,9 @@
"Url": "https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html"
}
},
"Categories": [],
"Categories": [
"internet-exposed"
],
"Tags": {
"Tag1Key": "value",
"Tag2Key": "value"
@@ -31,4 +33,4 @@
"DependsOn": [],
"RelatedTo": [],
"Notes": ""
}
}