Is it safe to store api keys in a Graphcool Funct...
# random
t
Is it safe to store api keys in a Graphcool Function?
n
hey Travis, yes, that can be considered safe. here's relevant information: https://www.graph.cool/docs/reference/functions/environment-hohl0iy1ji/#function-containers
For performance reasons, all functions within a project are executed in the same container, but there is no way for functions in different projects to interact with each other. As such, secret API Keys or other confidential information is kept secure when included in a function.
🙏 1