I am going to create several lambdas configured with some environment variables using serverless framework, and use “sls invoke local” to verify it before rolling out.
My question is how to pass the lambda environment variables to my lambda when using “sls invoke local”?