Skip to content

Commit

Permalink
🔐 [feat] Add AWS credentials configuration
Browse files Browse the repository at this point in the history
- Added AWS credential environment variables:
  - AWS_ACCESS_KEY_ID
  - AWS_SECRET_ACCESS_KEY
  - AWS_REGION
- Enables AWS service integration capabilities
  • Loading branch information
Sunwood-ai-labs committed Oct 25, 2024
1 parent e141171 commit 9e5e73a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions worker-configuration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ interface Env {
OPENAI_API_KEY: string;
GROQ_API_KEY: string;
OPEN_ROUTER_API_KEY: string;
GEMINI_API_KEY: string;
AWS_ACCESS_KEY_ID: string;
AWS_SECRET_ACCESS_KEY: string;
AWS_REGION: string;
}

0 comments on commit 9e5e73a

Please sign in to comment.