I have configured environment variables in the development environment. When i run the catalyst functions:shell to execute my event function, i am not able to retrieve the values through process.env in my nodejs function.
How to retrieve the environment variables inside the function?