File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,14 @@ serverless_SNS_Lambda:
95
95
- description : Consuming an SNS event with &LAM; using Python.
96
96
snippet_files :
97
97
- integration-sns-to-lambda/example.py
98
+ Go :
99
+ versions :
100
+ - sdk_version : 2
101
+ github : https://github.com/aws-samples/serverless-snippets/tree/main/integration-sns-to-lambda
102
+ excerpts :
103
+ - description : Consuming an SNS event with &LAM; using Go.
104
+ snippet_files :
105
+ - integration-sns-to-lambda/example.go
98
106
services :
99
107
lambda :
100
108
sns :
@@ -141,6 +149,22 @@ serverless_SQS_Lambda:
141
149
- description : Consuming an SQS event with &LAM; using Python.
142
150
snippet_files :
143
151
- integration-sqs-to-lambda/Function.py
152
+ Go :
153
+ versions :
154
+ - sdk_version : 2
155
+ github : https://github.com/aws-samples/serverless-snippets/tree/main/integration-sqs-to-lambda
156
+ excerpts :
157
+ - description : Consuming an SQS event with &LAM; using Go.
158
+ snippet_files :
159
+ - integration-sqs-to-lambda/Function.go
160
+ Ruby :
161
+ versions :
162
+ - sdk_version : 3
163
+ github : https://github.com/aws-samples/serverless-snippets/tree/main/integration-sqs-to-lambda
164
+ excerpts :
165
+ - description : Consuming an SQS event with &LAM; using Ruby.
166
+ snippet_files :
167
+ - integration-sqs-to-lambda/Function.rb
144
168
services :
145
169
lambda :
146
170
sqs :
@@ -246,6 +270,14 @@ serverless_Kinesis_Lambda:
246
270
- description : Consuming a &AK; event with &LAM; using Go.
247
271
snippet_files :
248
272
- integration-kinesis-to-lambda/main.go
273
+ Python :
274
+ versions :
275
+ - sdk_version : 3
276
+ github : https://github.com/aws-samples/serverless-snippets/tree/main/integration-kinesis-to-lambda
277
+ excerpts :
278
+ - description : Consuming a &AK; event with &LAM; using Python.
279
+ snippet_files :
280
+ - integration-kinesis-to-lambda/main.py
249
281
services :
250
282
lambda :
251
283
kinesis :
You can’t perform that action at this time.
0 commit comments