Developer question here: I've got a need to interface with an external API using an API key. I was going to try using AWS Secrets manager, but that's not supported.
I thought I found an article about having a "hidden" file, but seem to have lost it. This is where I would store the API key away from other developers too (if they wanted to deploy a new one, just change the reference).
Is there a best practice for this?