
Can I give a function ENV variables or secrets to access when executed? Are these variables considered secure like Vercel's ENV variables?

You can. In the function settings you can define the variables, and yes, they're considered secure as long as you don't expose them

Thank you, @D5 . When you say expose them you by doing something like logging or return them from a function or something similar?
Recommended threads
- Facing Problem during add platform: loca...
I am facing this problem in appwrite during Add a platform . After I select web, it redirect me to the Hostname Registration page, and when I enter localhost i...
- Getting 500 [Internal error] while tryin...
I had just created a new account and after creating my organization, I got thie 500 internal error. I tried logging in again also deleted cookies and cache but ...
- How do Image transformation billing work...
How do image transformation billing work? I dont believe Im transforming them, but Im looking at 50ish image transformations Im just using ```ts export con...
