feat: add AWS Secrets Manager client dependency

- Included the @aws-sdk/client-secrets-manager package to enable integration with AWS Secrets Manager for managing environment secrets.
This commit is contained in:
Mauricio Siu 2026-08-10 16:56:33 -06:00
parent 8ac0e52656
commit be9c8260c6

View File

@ -40,6 +40,7 @@
"generate:openapi": "tsx -r dotenv/config scripts/generate-openapi.ts"
},
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.1097.0",
"@ai-sdk/anthropic": "^3.0.44",
"@ai-sdk/azure": "^3.0.30",
"@ai-sdk/cohere": "^3.0.21",