Testing Configuration
Testing Configuration ### Container Status & Rebuild To Test Login using a validated user Use the login in login_test.json This user can generate a JWT To Test LLM Connections and using a Real API Keys - you can load these into secrets manager for full end to end testing of LLM integration from these providers ANTHROPIC_API_KEY="your-anthropic-api-key-here" OPENAI_API_KEY="your-openai-api-key-here" GOOGLE_API_KEY="your-google-api-key-here" ### Environment Variables ### Authentication Flow User → AWS Cognito → JWT → API Gateway → Backend → AWS Secrets Manager → API K...