Skip to content

Commit 09268e1

Browse files
committed
Add Evergreen Code Samples metadata for 7 samples:
- Lambda-SNS (Python) - Lambda-SQS (Python) - Lambda-SQS + Batch Failures (Rust) - Lambda-SQS + Batch Failures (JavaScript) - Lambda-SQS + Batch Failures (Ruby) - Lambda-Kinesis (Java) - Lambda-Kinesis (Go)
1 parent 5d02e9e commit 09268e1

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

.doc_gen/metadata/serverless_metadata.yaml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,14 @@ serverless_SNS_Lambda:
8787
- description: Consuming an SNS event with &LAM; using .NET.
8888
snippet_files:
8989
- 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
9098
services:
9199
lambda:
92100
sns:
@@ -125,6 +133,14 @@ serverless_SQS_Lambda:
125133
- description: Consuming an SQS event with &LAM; using Java.
126134
snippet_files:
127135
- 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
128144
services:
129145
lambda:
130146
sqs:
@@ -160,6 +176,30 @@ serverless_SQS_Lambda_batch_item_failures:
160176
- description: Reporting SQS batch item failures with &LAM; using .NET.
161177
snippet_files:
162178
- 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
163203
services:
164204
lambda:
165205
sqs:
@@ -190,6 +230,22 @@ serverless_Kinesis_Lambda:
190230
- description: Consuming a &AK; event with &LAM; using .NET.
191231
snippet_files:
192232
- 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
193249
services:
194250
lambda:
195251
kinesis:

0 commit comments

Comments
 (0)