-
Notifications
You must be signed in to change notification settings - Fork 11
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
Description
Priority: High
Difficulty: Medium
Description:
Configure AWS Lambda to connect to MongoDB Atlas by adding the MONGODB_URI as an environment variable (sourced from GitHub Secrets). Implement "warm start" optimization for the database connection to reduce cold start latency.
Acceptance Criteria:
- Lambda function uses
MONGODB_URIfrom environment variables - Database connection is optimized for warm starts
GET /health/dbendpoint returns{ ok: true }when the DB is active
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