Skip to content

Commit 5f9fde9

Browse files
authored
Merge pull request #110 from aws-samples/2023-12-19-evergreen-batch-snippets
Adding a batch of 4 evergreen code samples (December 19 2023)
2 parents 0a04fca + e543b21 commit 5f9fde9

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.doc_gen/metadata/serverless_metadata.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,14 @@ serverless_SNS_Lambda:
9595
- description: Consuming an SNS event with &LAM; using Python.
9696
snippet_files:
9797
- 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
98106
services:
99107
lambda:
100108
sns:
@@ -141,6 +149,22 @@ serverless_SQS_Lambda:
141149
- description: Consuming an SQS event with &LAM; using Python.
142150
snippet_files:
143151
- 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
144168
services:
145169
lambda:
146170
sqs:
@@ -246,6 +270,14 @@ serverless_Kinesis_Lambda:
246270
- description: Consuming a &AK; event with &LAM; using Go.
247271
snippet_files:
248272
- 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
249281
services:
250282
lambda:
251283
kinesis:

0 commit comments

Comments
 (0)