Build the raw query string from whichever representation SCF provides.
Tencent API Gateway sends queryString (an object, values string or string[]). Some integrations
additionally send queryStringParameters / multiValueQueryStringParameters. Values are
URL-encoded so repeated/array values survive.
Build the raw query string from whichever representation SCF provides.
Tencent API Gateway sends
queryString(an object, values string or string[]). Some integrations additionally sendqueryStringParameters/multiValueQueryStringParameters. Values are URL-encoded so repeated/array values survive.