-
Notifications
You must be signed in to change notification settings - Fork 11
Connect Lambda to Atlas #66
Copy link
Copy link
Open
Labels
awsAmazon Web Services & cloud resourcesAmazon Web Services & cloud resourcesbackendIssues related to backendIssues related to backendhacktoberfestSpecial issue for HacktoberfestSpecial issue for Hacktoberfesthacktoberfest-2025Special issue for Hacktoberfest 2025Special issue for Hacktoberfest 2025infraInfrastructureInfrastructuremongodbMongoDB & database managementMongoDB & database managementpriority: highNeeds attention ASAPNeeds attention ASAPsecuritySecurity & complianceSecurity & compliancesreSite reliabilitySite reliability
Milestone
Metadata
Metadata
Assignees
Labels
awsAmazon Web Services & cloud resourcesAmazon Web Services & cloud resourcesbackendIssues related to backendIssues related to backendhacktoberfestSpecial issue for HacktoberfestSpecial issue for Hacktoberfesthacktoberfest-2025Special issue for Hacktoberfest 2025Special issue for Hacktoberfest 2025infraInfrastructureInfrastructuremongodbMongoDB & database managementMongoDB & database managementpriority: highNeeds attention ASAPNeeds attention ASAPsecuritySecurity & complianceSecurity & compliancesreSite reliabilitySite reliability
Type
Projects
Status
In Progress
Priority: High
Difficulty: Medium
Description:
Configure AWS Lambda to connect to MongoDB Atlas by adding the
MONGODB_URIas an environment variable (sourced from GitHub Secrets). Implement "warm start" optimization for the database connection to reduce cold start latency.Acceptance Criteria:
MONGODB_URIfrom environment variablesGET /health/dbendpoint returns{ ok: true }when the DB is active