I am storing database credentials in Secret Manager as a stringified JSON. I want CodeBuild to fetch the secret and then set one of the JSON params as an environment variable. If I do this multiple times for the same secret, will it make multiple calls or just one call to Secret Manager?