@@ -87,6 +87,14 @@ serverless_SNS_Lambda:
87
87
- description : Consuming an SNS event with &LAM; using .NET.
88
88
snippet_files :
89
89
- integration-sns-to-lambda/Function.cs
90
+ Python :
91
+ versions :
92
+ - sdk_version : 3
93
+ github : https://github.com/aws-samples/serverless-snippets/tree/main/integration-sns-to-lambda
94
+ excerpts :
95
+ - description : Consuming an SNS event with &LAM; using Python.
96
+ snippet_files :
97
+ - integration-sns-to-lambda/example.py
90
98
services :
91
99
lambda :
92
100
sns :
@@ -125,6 +133,14 @@ serverless_SQS_Lambda:
125
133
- description : Consuming an SQS event with &LAM; using Java.
126
134
snippet_files :
127
135
- integration-sqs-to-lambda/Function.java
136
+ Python :
137
+ versions :
138
+ - sdk_version : 3
139
+ github : https://github.com/aws-samples/serverless-snippets/tree/main/integration-sqs-to-lambda
140
+ excerpts :
141
+ - description : Consuming an SQS event with &LAM; using Python.
142
+ snippet_files :
143
+ - integration-sqs-to-lambda/Function.py
128
144
services :
129
145
lambda :
130
146
sqs :
@@ -160,6 +176,30 @@ serverless_SQS_Lambda_batch_item_failures:
160
176
- description : Reporting SQS batch item failures with &LAM; using .NET.
161
177
snippet_files :
162
178
- lambda-function-sqs-report-batch-item-failures/example.cs
179
+ Rust :
180
+ versions :
181
+ - sdk_version : 1
182
+ github : https://github.com/aws-samples/serverless-snippets/tree/main/lambda-function-sqs-report-batch-item-failures
183
+ excerpts :
184
+ - description : Reporting SQS batch item failures with &LAM; using Rust.
185
+ snippet_files :
186
+ - lambda-function-sqs-report-batch-item-failures/example.rs
187
+ JavaScript :
188
+ versions :
189
+ - sdk_version : 2
190
+ github : https://github.com/aws-samples/serverless-snippets/tree/main/lambda-function-sqs-report-batch-item-failures
191
+ excerpts :
192
+ - description : Reporting SQS batch item failures with &LAM; using JavaScript.
193
+ snippet_files :
194
+ - lambda-function-sqs-report-batch-item-failures/example.js
195
+ Ruby :
196
+ versions :
197
+ - sdk_version : 3
198
+ github : https://github.com/aws-samples/serverless-snippets/tree/main/integration-sqs-to-lambda-with-batch-item-handling
199
+ excerpts :
200
+ - description : Reporting SQS batch item failures with &LAM; using Ruby.
201
+ snippet_files :
202
+ - integration-sqs-to-lambda-with-batch-item-handling/example.rb
163
203
services :
164
204
lambda :
165
205
sqs :
@@ -190,6 +230,22 @@ serverless_Kinesis_Lambda:
190
230
- description : Consuming a &AK; event with &LAM; using .NET.
191
231
snippet_files :
192
232
- integration-kinesis-to-lambda/Function.cs
233
+ Java :
234
+ versions :
235
+ - sdk_version : 3
236
+ github : https://github.com/aws-samples/serverless-snippets/tree/main/integration-kinesis-to-lambda
237
+ excerpts :
238
+ - description : Consuming a &AK; event with &LAM; using Java.
239
+ snippet_files :
240
+ - integration-kinesis-to-lambda/Handler.java
241
+ Go :
242
+ versions :
243
+ - sdk_version : 2
244
+ github : https://github.com/aws-samples/serverless-snippets/tree/main/integration-kinesis-to-lambda
245
+ excerpts :
246
+ - description : Consuming a &AK; event with &LAM; using Go.
247
+ snippet_files :
248
+ - integration-kinesis-to-lambda/main.go
193
249
services :
194
250
lambda :
195
251
kinesis :
0 commit comments