diff --git a/src/Connector/SQS.php b/src/Connector/SQS.php index ad99713..0e36de0 100644 --- a/src/Connector/SQS.php +++ b/src/Connector/SQS.php @@ -107,7 +107,7 @@ private function getMessageAttributes(array $message) : array if ($key === "message") { continue; } - + $messageAttributes[$key] = [ 'DataType' => 'String', 'StringValue' => $value,