Mordi GoldsteinOriginal post
Web Developer
Can I give a function ENV variables or secrets to access when executed? Are these variables considered secure like Vercel's ENV variables?
Summary
Developers are discussing how to securely handle variables in functions. One developer suggests defining variables in the function settings and not exposing them. Another developer asks if it's possible to give functions ENV variables or secrets to access when executed, and wonders if these variables are as secure as Vercel's ENV variables.