Skip to content

Commit 54a5a50

Browse files
authored
Update snippet-data.json
Added Ruby section.
1 parent 8f39da0 commit 54a5a50

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

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

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Sample Amazon SQS function code",
44
"type": "Integration",
55
"services": ["lambda", "sqs"],
6-
"languages": ["Node", ".NET", "TypeScript", "Java","Python"],
6+
"languages": ["Node", ".NET", "TypeScript", "Java","Ruby","Python"],
77
"tags": [],
88
"introBox": {
99
"headline": "How it works",
@@ -64,6 +64,17 @@
6464
}
6565
]
6666
},
67+
{
68+
"id": "Ruby",
69+
"title": "Usage Example with Ruby:",
70+
"description": "Sample Amazon SQS function code using Ruby without batch item handling.",
71+
"snippets": [
72+
{
73+
"snippetPath": "Function.rb",
74+
"language": "rb"
75+
}
76+
]
77+
},
6778
{
6879
"id": "Python",
6980
"title": "Usage Example with Python:",
@@ -102,7 +113,7 @@
102113
"linkedin": "girishbalachandran"
103114
},
104115
{
105-
"headline": "Python Example Presented by Girish B",
116+
"headline": "Python & Ruby Example Presented by Sanskar",
106117
"name": "Sanskar",
107118
"bio": "Cloud Support Engineer at AWS",
108119
"linkedin": "Sanskar05"

0 commit comments

Comments
 (0)