How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Does codebuild make multiple calls to secret manager if secret names are the same?

calendar_today September 3, 2025 person BryceLarkin domain amazon-codebuild

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?

open_in_new Read original post