We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f2c82 commit 90eaf4cCopy full SHA for 90eaf4c
integration-ddb-to-lambda/example.php
@@ -36,7 +36,7 @@ public function handleDynamoDb(DynamoDbEvent $event, Context $context): void
36
$new = $record->getNewImage();
37
38
$this->logger->info($eventName);
39
- $this->logger->info("DynamoDB Record: $keys, $old, $new");
+ $this->logger->info("DynamoDb Record". json_encode($keys).json_encode($old).json_encode($new));
40
41
// TODO: Do interesting work based on the new data
42
0 commit comments