I want to use some AWS services inside a cloud function. What's the best way to set environment variables like AWS credentials?
How to set environment variables like AWS credentials in cloud functions?
Custom Code
I think I may need to host the credentials files somewhere, like in firestore and have the cloud functions access the file? I'm not sure.
Yes
2
1 reply