Hello Quick question :slightly_smiling_face: If I ...
# help
e
Hello Quick question 🙂 If I want to access a local file -> "google credentials json file" where should I put this file in the project ?
t
specify the path relative from the root of your project
t
You should store your google oauth creds in secrets manager!
e
Secret manager ?
@thdxr thank you
t
Thomas is right you should use SSM or Secrets Manager to store a value that your function pulls at runtime
t
If the google creds you mention are your client_id and client_secret then you want to take a few steps to make sure they don’t fall into the wrong hands. The sst docs here are really useful https://docs.serverless-stack.com/environment-variables#working-with-secrets
e
thank you I didn't know. Awesome stuff btw sst love it