Skip to content

Backend Build & Deploy (Lambda ZIP) #59

Description

@Alexandrbig1

Priority: High
Difficulty: Medium


Description:
Create a GitHub Actions workflow (backend.yml) to automate the backend build and deployment process. The workflow should:

  • Run npm ci for clean dependency install
  • Run npm test to ensure tests pass
  • Run npm prune --production to remove dev dependencies
  • Package the backend as a ZIP file
  • Deploy the ZIP to AWS Lambda using update-function-code

Acceptance Criteria:

  • A new Lambda version is active after each deploy
  • End-to-end test (curl) returns HTTP 200

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

backendIssues related to backendci/cdContinuous Integration & Continuous DeploymenthacktoberfestSpecial issue for Hacktoberfesthacktoberfest-2025Special issue for Hacktoberfest 2025infraInfrastructurepriority: highNeeds attention ASAPsreSite reliability

Type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions