Posted inAI AWS System Design
SSM Parameter Store: Hierarchical Runtime Config for Coding Agents
Coding agents need hierarchical runtime config — model ids, tool timeouts, repo allowlists — per env and tenant, without redeploying Lambdas. SSM Parameter Store paths like /agents/{env}/{tenant}/tools/* with IAM prefix policies and SecureString pointers to Secrets Manager beat flat env vars. Contrast with AppConfig: flags/kill switches vs config trees.