Skip to content

Commit 69d67fe

Browse files
committed
Batch updates for EGCS 06/07/2024
This update includes: - [NEW] Lambda-DDB (Java) - Typo fix for Lambda-SQS+Batch (Python)
1 parent 490742c commit 69d67fe

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.doc_gen/metadata/serverless_metadata.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,14 @@ serverless_DynamoDB_Lambda:
532532
- description: Consuming a &DDB; event with &LAM; using PHP.
533533
snippet_files:
534534
- integration-ddb-to-lambda/example.php
535+
Java:
536+
versions:
537+
- sdk_version: 2
538+
github: https://github.com/aws-samples/serverless-snippets/tree/main/integration-ddb-to-lambda
539+
excerpts:
540+
- description: Consuming a &DDB; event with &LAM; using Java.
541+
snippet_files:
542+
- integration-ddb-to-lambda/example.java
535543
services:
536544
lambda:
537545
dynamodb:

lambda-function-sqs-report-batch-item-failures/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
3-
import json
3+
44
def lambda_handler(event, context):
55
if event:
66
batch_item_failures = []

0 commit comments

Comments
 (0)