Skip to content

Commit 1b2f6ad

Browse files
ADD Node.js requirements
1 parent 9711aea commit 1b2f6ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The PDS Data Delivery Manager has the following prerequisties:
1111
- `Docker` for Terraform to build and package Lambda functions.
1212
- Minimum Version: Docker Engine 20.10+ or Docker Desktop 4.x+.
1313
- Architecture: If deploying from an ARM64 machine (e.g., Apple M1/M2/M3) to x86_64 Lambdas, ensure Docker is configured to support `linux/amd64` builds.
14+
- `Node.js` `Version 18.x` is required for the Authorizer Lambda. While the Terraform build process manages this via Docker (using `node:18-slim`), local development should align with this version to ensure dependency consistency.
1415

1516
## User Quickstart
1617

0 commit comments

Comments
 (0)