Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added steps to install packages needed for the ApiGateway
  • Loading branch information
roguenet authored Oct 24, 2024
1 parent 7c59200 commit c12bab9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Repository for the Microservices API backend of the TerraMatch service
# Building and starting the apps
* Copy `.env.local.sample` to `.env`
* The ApiGateway does not hot-reload and needs to be re-built when there are changes:
* `(cd apps/api-gateway; npm i)` to install packages for the api gateway stack
* `(cd apps/api-gateway/lambda; npm i)` to install packages for the local lambda function that acts as a proxy for local dev only.
* `nx build api-gateway` or `nx run-many -t build` (to build all apps)
* This will build the local proxy Lambda function and the CDK Stack
* Note: The architecture for the local lambda proxy defaults to ARM_64. This will be the fastest options on ARM-based Macs
Expand Down

0 comments on commit c12bab9

Please sign in to comment.