If you’re using ‘serverless invoke’ to call deployed Lambdas, you can pass params to the Lambda with the –data option :
--data '{ "queryStringParameters": {"paramname":"value"}}'
This is the equivalent of a GET request to /api-gw-endpoint-url/stagename/resourcename?paramname=value