Skip to content

Add Evergreen Code Samples metadata for 7 samples: #99

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 2 commits into from
Dec 5, 2023
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
56 changes: 56 additions & 0 deletions .doc_gen/metadata/serverless_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ serverless_SNS_Lambda:
- description: Consuming an SNS event with &LAM; using .NET.
snippet_files:
- integration-sns-to-lambda/Function.cs
Python:
versions:
- sdk_version: 3
github: https://github.com/aws-samples/serverless-snippets/tree/main/integration-sns-to-lambda
excerpts:
- description: Consuming an SNS event with &LAM; using Python.
snippet_files:
- integration-sns-to-lambda/example.py
services:
lambda:
sns:
Expand Down Expand Up @@ -125,6 +133,14 @@ serverless_SQS_Lambda:
- description: Consuming an SQS event with &LAM; using Java.
snippet_files:
- integration-sqs-to-lambda/Function.java
Python:
versions:
- sdk_version: 3
github: https://github.com/aws-samples/serverless-snippets/tree/main/integration-sqs-to-lambda
excerpts:
- description: Consuming an SQS event with &LAM; using Python.
snippet_files:
- integration-sqs-to-lambda/Function.py
services:
lambda:
sqs:
Expand Down Expand Up @@ -160,6 +176,30 @@ serverless_SQS_Lambda_batch_item_failures:
- description: Reporting SQS batch item failures with &LAM; using .NET.
snippet_files:
- lambda-function-sqs-report-batch-item-failures/example.cs
Rust:
versions:
- sdk_version: 1
github: https://github.com/aws-samples/serverless-snippets/tree/main/lambda-function-sqs-report-batch-item-failures
excerpts:
- description: Reporting SQS batch item failures with &LAM; using Rust.
snippet_files:
- lambda-function-sqs-report-batch-item-failures/example.rs
JavaScript:
versions:
- sdk_version: 2
github: https://github.com/aws-samples/serverless-snippets/tree/main/lambda-function-sqs-report-batch-item-failures
excerpts:
- description: Reporting SQS batch item failures with &LAM; using JavaScript.
snippet_files:
- lambda-function-sqs-report-batch-item-failures/example.js
Ruby:
versions:
- sdk_version: 3
github: https://github.com/aws-samples/serverless-snippets/tree/main/integration-sqs-to-lambda-with-batch-item-handling
excerpts:
- description: Reporting SQS batch item failures with &LAM; using Ruby.
snippet_files:
- integration-sqs-to-lambda-with-batch-item-handling/example.rb
services:
lambda:
sqs:
Expand Down Expand Up @@ -190,6 +230,22 @@ serverless_Kinesis_Lambda:
- description: Consuming a &AK; event with &LAM; using .NET.
snippet_files:
- integration-kinesis-to-lambda/Function.cs
Java:
versions:
- sdk_version: 2
github: https://github.com/aws-samples/serverless-snippets/tree/main/integration-kinesis-to-lambda
excerpts:
- description: Consuming a &AK; event with &LAM; using Java.
snippet_files:
- integration-kinesis-to-lambda/Handler.java
Go:
versions:
- sdk_version: 2
github: https://github.com/aws-samples/serverless-snippets/tree/main/integration-kinesis-to-lambda
excerpts:
- description: Consuming a &AK; event with &LAM; using Go.
snippet_files:
- integration-kinesis-to-lambda/main.go
services:
lambda:
kinesis:
Expand Down