forked from aws-samples/serverless-snippets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsnippet-data.json
More file actions
35 lines (34 loc) · 1.01 KB
/
snippet-data.json
File metadata and controls
35 lines (34 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"title": "Events that match a value in detail-nested-field",
"description": "Get the EventBridge events that match a value in detail-nested-field",
"type": "CloudWatch Logs Insights",
"services": ["eventbridge"],
"tags": [
""
],
"introBox": {
"headline": "How it works",
"text": ["Cloudwatch Log Insight snippet that gets the EventBridge events that matches a value in detail-nested-field"]
},
"gitHub": {
"template": {
"repoURL": "https://github.com/aws-samples/serverless-snippets/tree/main/cloudwatch-insight-eventbridge-event-where-value-equals-nested-detail-field-value"
}
},
"snippets": [
{
"snippetPath": "snippet.txt",
"language": "css"
}
],
"authors": [
{
"headline": "Presented by Rahul Sringeri",
"name": "Rahul Sringeri",
"image": "",
"bio": "Technical Account Manager at AWS for Strategic Accounts",
"linkedin": "",
"twitter": ""
}
]
}