How to set environment variables like AWS credentials in cloud functions?

Custom Code

I want to use some AWS services inside a cloud function. What's the best way to set environment variables like AWS credentials?

What have you tried so far?

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.

Did you check FlutterFlow's Documentation for this topic?
Yes
2
1 reply