File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments