Fix AWS build instructions (#458)

This commit is contained in:
Aapeli
2024-09-18 22:05:41 -04:00
committed by GitHub
parent 6f5479439b
commit d36823476b

View File

@@ -9,7 +9,7 @@ The code for the lambda function imports from the top level `js/` directory. You
You should then be able to build the Lambda ZIP: You should then be able to build the Lambda ZIP:
```sh ```sh
npm run build npm run build-zip
``` ```
Upload the resulting `dist/lambda_function.zip` using the Lambda console or copy and paste `dist/index.mjs`. Upload the resulting `dist/lambda_function.zip` using the Lambda console or copy and paste `dist/index.mjs`.