File tree Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -628,6 +628,30 @@ serverless_DocumentDB_Lambda:
628
628
- description : Consuming a &DocDB; event with &LAM; using JavaScript.
629
629
snippet_files :
630
630
- 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
631
655
services :
632
656
lambda :
633
657
docdb :
@@ -643,9 +667,17 @@ serverless_connect_RDS_Lambda:
643
667
- sdk_version : 2
644
668
github : https://github.com/aws-samples/serverless-snippets/tree/main/lambda-function-connect-rds-iam
645
669
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.
647
671
snippet_files :
648
672
- 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
649
681
services :
650
682
lambda :
651
683
rds :
You can’t perform that action at this time.
0 commit comments