File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
lambda-function-sqs-report-batch-item-failures Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -532,6 +532,14 @@ serverless_DynamoDB_Lambda:
532
532
- description : Consuming a &DDB; event with &LAM; using PHP.
533
533
snippet_files :
534
534
- 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
535
543
services :
536
544
lambda :
537
545
dynamodb :
Original file line number Diff line number Diff line change 1
1
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
- import json
3
+
4
4
def lambda_handler (event , context ):
5
5
if event :
6
6
batch_item_failures = []
You can’t perform that action at this time.
0 commit comments