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
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...