
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
- 404 for self-host
docker-compose.yml: x-logging: &x-logging logging: driver: 'json-file' options: max-file: '5' max-size: '10m' services: traefik: ima...
- Is p-limit compatible with Appwrite?
I have a function that makes asynchronous calls to different Appwrite collections. This is how I make the call: ```js await Promise.allSettled([ ...
- Issue creating team membership with USER...
Log time ago it worked without any issue when I made a demo app but now it is not working in cloud function. code ```await awTeams ?.createMembe...
