Skip to content

Commit ddb1d6b

Browse files
committed
EGCS batch update for 5/10/2024.
This update includes the following: - [NEW] Lambda-DDB+Batch (JS) - [NEW] Lambda-DDB (Rust)
1 parent 83a84ba commit ddb1d6b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.doc_gen/metadata/serverless_metadata.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,14 @@ serverless_DynamoDB_Lambda:
513513
- description: Consuming a &DDB; event with &LAM; using Ruby.
514514
snippet_files:
515515
- integration-ddb-to-lambda/example.rb
516+
Rust:
517+
versions:
518+
- sdk_version: 1
519+
github: https://github.com/aws-samples/serverless-snippets/tree/main/integration-ddb-to-lambda
520+
excerpts:
521+
- description: Consuming a &DDB; event with &LAM; using Rust.
522+
snippet_files:
523+
- integration-ddb-to-lambda/example.rs
516524
services:
517525
lambda:
518526
dynamodb:
@@ -577,6 +585,9 @@ serverless_DynamoDB_Lambda_batch_item_failures:
577585
- sdk_version: 3
578586
github: https://github.com/aws-samples/serverless-snippets/tree/main/integration-ddb-to-lambda-with-batch-item-handling
579587
excerpts:
588+
- description: Reporting &DDB; batch item failures with &LAM; using JavaScript.
589+
snippet_files:
590+
- integration-ddb-to-lambda-with-batch-item-handling/example.js
580591
- description: Reporting &DDB; batch item failures with &LAM; using TypeScript.
581592
snippet_files:
582593
- integration-ddb-to-lambda-with-batch-item-handling/example.ts

0 commit comments

Comments
 (0)