I am trying to pass query string through my WebSocket connections by wss://connection_url?queryparam=param
but the lambda function invoked by the connection is not able to read the query param. in fact I printed the integration response received to lambda function and it doesn't show any query param in it. should I need to configure in API gateway to allow query string params please help