How do I pass GET parameters with the cli when invoking a function? I want to test my functions locally before deploying and I can’t find out how to pass query parameters.
I tried the following to no avail:
erverless invoke local -f screeny --data "{'q':'london'}"
Any help?