Skip to content

Commit 88c1f85

Browse files
authored
Update snippet-data.json
Added Ruby
1 parent 4f92047 commit 88c1f85

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

integration-kinesis-to-lambda/snippet-data.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Using AWS Lambda with Amazon Kinesis without Batch Item Handling.",
44
"type": "Integration",
55
"services": ["lambda", "kinesis"],
6-
"languages": ["Node", "TypeScript", ".NET", "Java", "Go"],
6+
"languages": ["Node", "TypeScript", ".NET", "Java", "Go","Ruby"],
77
"tags": [],
88
"introBox": {
99
"headline": "How it works",
@@ -74,6 +74,17 @@
7474
"language": "go"
7575
}
7676
]
77+
},
78+
{
79+
"id": "Ruby",
80+
"title": "Usage Example with Ruby:",
81+
"description": "Consuming Kinesis event with Lambda using Ruby without batch item handling.",
82+
"snippets": [
83+
{
84+
"snippetPath": "example.rb",
85+
"language": "rb"
86+
}
87+
]
7788
}
7889
]
7990
}
@@ -101,6 +112,12 @@
101112
"image": "https://pbs.twimg.com/profile_images/888727786797412352/DEZ1mRjs_400x400.jpg",
102113
"bio": "Solutions Architect Architect at AWS",
103114
"linkedin": "ananthanr"
115+
},
116+
{
117+
"headline": "Ruby Example Presented by Sanskar",
118+
"name": "Sanskar",
119+
"bio": "Cloud Support Engineer at AWS",
120+
"linkedin": "Sanskar05"
104121
}
105122
]
106123
}

0 commit comments

Comments
 (0)