Skip to content

Commit

Permalink
Merge pull request #7 from rehanvdm/stage
Browse files Browse the repository at this point in the history
release(prod): stage to main
  • Loading branch information
Rehan van der Merwe authored Feb 22, 2024
2 parents 2b70f90 + 7e615e3 commit 8fd6b5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backend/lambda/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ export const handler = async (event: APIGatewayProxyEventV2, context: Context):
body: "Hello World! - " + env.ENVIRONMENT + " - " + randomNumber,
};
};

// Comments to force change and deploy

0 comments on commit 8fd6b5b

Please sign in to comment.