Skip to content

Commit bd31717

Browse files
authored
Update snippet-data.json
1 parent 23bcdb7 commit bd31717

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

integration-sqs-to-lambda-with-batch-item-handling/snippet-data.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,17 @@
5252
"language": "dotnet"
5353
}
5454
]
55+
},
56+
{
57+
"id": "Ruby",
58+
"title": "Usage Example with Ruby:",
59+
"description": "Consuming an SQS event with Lambda using Ruby with batch item handling.",
60+
"snippets": [
61+
{
62+
"snippetPath": "example.rb",
63+
"language": "ruby"
64+
}
65+
]
5566
}
5667
]
5768
}

0 commit comments

Comments
 (0)