-
Notifications
You must be signed in to change notification settings - Fork 11
Backend Build & Deploy (Lambda ZIP) #59
Copy link
Copy link
Open
Labels
backendIssues related to backendIssues related to backendci/cdContinuous Integration & Continuous DeploymentContinuous Integration & Continuous DeploymenthacktoberfestSpecial issue for HacktoberfestSpecial issue for Hacktoberfesthacktoberfest-2025Special issue for Hacktoberfest 2025Special issue for Hacktoberfest 2025infraInfrastructureInfrastructurepriority: highNeeds attention ASAPNeeds attention ASAPsreSite reliabilitySite reliability
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
backendIssues related to backendIssues related to backendci/cdContinuous Integration & Continuous DeploymentContinuous Integration & Continuous DeploymenthacktoberfestSpecial issue for HacktoberfestSpecial issue for Hacktoberfesthacktoberfest-2025Special issue for Hacktoberfest 2025Special issue for Hacktoberfest 2025infraInfrastructureInfrastructurepriority: highNeeds attention ASAPNeeds attention ASAPsreSite reliabilitySite reliability
Type
Projects
- StatusShow more project fieldsIn Progress
Priority: High
Difficulty: Medium
Description:
Create a GitHub Actions workflow (
backend.yml) to automate the backend build and deployment process. The workflow should:npm cifor clean dependency installnpm testto ensure tests passnpm prune --productionto remove dev dependenciesupdate-function-codeAcceptance Criteria:
curl) returns HTTP 200