Skip to content

Batch updates for EGCS 05/24/2024 #183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 33 additions & 1 deletion .doc_gen/metadata/serverless_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,30 @@ serverless_DocumentDB_Lambda:
- description: Consuming a &DocDB; event with &LAM; using JavaScript.
snippet_files:
- integration-docdb-to-lambda/example.js
Python:
versions:
- sdk_version: 3
github: https://github.com/aws-samples/serverless-snippets/tree/main/integration-docdb-to-lambda
excerpts:
- description: Consuming a &DocDB; event with &LAM; using Python.
snippet_files:
- integration-docdb-to-lambda/example.py
Ruby:
versions:
- sdk_version: 3
github: https://github.com/aws-samples/serverless-snippets/tree/main/integration-docdb-to-lambda
excerpts:
- description: Consuming a &DocDB; event with &LAM; using Ruby.
snippet_files:
- integration-docdb-to-lambda/example.rb
Go:
versions:
- sdk_version: 2
github: https://github.com/aws-samples/serverless-snippets/tree/main/integration-docdb-to-lambda
excerpts:
- description: Consuming a &DocDB; event with &LAM; using Go.
snippet_files:
- integration-docdb-to-lambda/main.go
services:
lambda:
docdb:
Expand All @@ -643,9 +667,17 @@ serverless_connect_RDS_Lambda:
- sdk_version: 2
github: https://github.com/aws-samples/serverless-snippets/tree/main/lambda-function-connect-rds-iam
excerpts:
- description: Reporting &AK; batch item failures with &LAM; using Javascript.
- description: Connecting to an &RDS; database in a &LAM; function using Javascript.
snippet_files:
- lambda-function-connect-rds-iam/example.js
Go:
versions:
- sdk_version: 2
github: https://github.com/aws-samples/serverless-snippets/tree/main/lambda-function-connect-rds-iam
excerpts:
- description: Connecting to an &RDS; database in a &LAM; function using Go.
snippet_files:
- lambda-function-connect-rds-iam/main.go
services:
lambda:
rds: