Skip to content

Batch updates for EGCS 06/07/2024 #185

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
Jun 8, 2024
Merged
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions .doc_gen/metadata/serverless_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,14 @@ serverless_DynamoDB_Lambda:
- description: Consuming a &DDB; event with &LAM; using PHP.
snippet_files:
- integration-ddb-to-lambda/example.php
Java:
versions:
- sdk_version: 2
github: https://github.com/aws-samples/serverless-snippets/tree/main/integration-ddb-to-lambda
excerpts:
- description: Consuming a &DDB; event with &LAM; using Java.
snippet_files:
- integration-ddb-to-lambda/example.java
services:
lambda:
dynamodb:
Expand Down
2 changes: 1 addition & 1 deletion lambda-function-sqs-report-batch-item-failures/example.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
import json

def lambda_handler(event, context):
if event:
batch_item_failures = []
Expand Down