Skip to content

Commit

Permalink
Merge pull request #6 from rehanvdm/develop
Browse files Browse the repository at this point in the history
release(stage): develop to stage
  • Loading branch information
Rehan van der Merwe authored Feb 22, 2024
2 parents 2b70f90 + 6894434 commit 7e615e3
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 7e615e3

Please sign in to comment.