Skip to content

Commit

Permalink
updated template yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiksoman committed Sep 25, 2024
1 parent 7f02582 commit 2034d5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lambda-pipeline/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Resources:
HACKATHON_API_KEY: !Ref HackathonApiKey
ANDREW_API_KEY: !Ref AndrewApiKey
RAG_PINECONE_INDEX: !Ref RagPineconeIndex
GROQ_API_KEY: !Ref GroqApiKey
Events:
Api:
Type: Api
Expand All @@ -35,3 +36,6 @@ Parameters:
RagPineconeIndex:
Type: String
Description: "Pinecone Index for RAG"
GroqApiKey:
Type: String
Description: "API Key for Groq"

0 comments on commit 2034d5e

Please sign in to comment.