Hey guys!
Any news on this? I want to do the same thing in my local, the only way I know to test my functions in my local environment is calling: serverless invoke local --function function_name. In the case that @medampudi mentioned how can I pass the {phone} in command line?
I checked in https://serverless.com/framework/docs/providers/aws/cli-reference/invoke-local/
but it seems that there is no any --parameter option or something like that.
If I deploy to the aws and I test with the browser it works but I want to have a way to test it in my local.
thanks!