in lib/aws/active_job/sqs/lambda_handler.rb [46:57]
def to_message_attributes(record)
record['messageAttributes'].transform_values do |value|
{
string_value: value['stringValue'],
binary_value: value['binaryValue'],
string_list_values: ['stringListValues'],
binary_list_values: value['binaryListValues'],
data_type: value['dataType']
}
end
end