Skip to content

Commit 59982a2

Browse files
authored
Merge pull request #183 from aws-samples/2024-05-24-evergreen-batch-snippets
Batch updates for EGCS 05/24/2024
2 parents 936e458 + def8a14 commit 59982a2

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

.doc_gen/metadata/serverless_metadata.yaml

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,30 @@ serverless_DocumentDB_Lambda:
628628
- description: Consuming a &DocDB; event with &LAM; using JavaScript.
629629
snippet_files:
630630
- integration-docdb-to-lambda/example.js
631+
Python:
632+
versions:
633+
- sdk_version: 3
634+
github: https://github.com/aws-samples/serverless-snippets/tree/main/integration-docdb-to-lambda
635+
excerpts:
636+
- description: Consuming a &DocDB; event with &LAM; using Python.
637+
snippet_files:
638+
- integration-docdb-to-lambda/example.py
639+
Ruby:
640+
versions:
641+
- sdk_version: 3
642+
github: https://github.com/aws-samples/serverless-snippets/tree/main/integration-docdb-to-lambda
643+
excerpts:
644+
- description: Consuming a &DocDB; event with &LAM; using Ruby.
645+
snippet_files:
646+
- integration-docdb-to-lambda/example.rb
647+
Go:
648+
versions:
649+
- sdk_version: 2
650+
github: https://github.com/aws-samples/serverless-snippets/tree/main/integration-docdb-to-lambda
651+
excerpts:
652+
- description: Consuming a &DocDB; event with &LAM; using Go.
653+
snippet_files:
654+
- integration-docdb-to-lambda/main.go
631655
services:
632656
lambda:
633657
docdb:
@@ -643,9 +667,17 @@ serverless_connect_RDS_Lambda:
643667
- sdk_version: 2
644668
github: https://github.com/aws-samples/serverless-snippets/tree/main/lambda-function-connect-rds-iam
645669
excerpts:
646-
- description: Reporting &AK; batch item failures with &LAM; using Javascript.
670+
- description: Connecting to an &RDS; database in a &LAM; function using Javascript.
647671
snippet_files:
648672
- lambda-function-connect-rds-iam/example.js
673+
Go:
674+
versions:
675+
- sdk_version: 2
676+
github: https://github.com/aws-samples/serverless-snippets/tree/main/lambda-function-connect-rds-iam
677+
excerpts:
678+
- description: Connecting to an &RDS; database in a &LAM; function using Go.
679+
snippet_files:
680+
- lambda-function-connect-rds-iam/main.go
649681
services:
650682
lambda:
651683
rds:

0 commit comments

Comments
 (0)