From d36823476b4e7bdcf82e8d70b185604ef53283ca Mon Sep 17 00:00:00 2001 From: Aapeli Date: Wed, 18 Sep 2024 22:05:41 -0400 Subject: [PATCH] Fix AWS build instructions (#458) --- serverless/aws/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverless/aws/README.md b/serverless/aws/README.md index 038b498..59e2e77 100644 --- a/serverless/aws/README.md +++ b/serverless/aws/README.md @@ -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: ```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`.