From 9bac228da2ca78e16f7d50f55c8acc3f7f58c7cd Mon Sep 17 00:00:00 2001 From: Misha Tiurin <650819+tiurin@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:50:08 +0100 Subject: [PATCH] Update deploy script path in quickstart guide Deploy script was moved in https://github.com/localstack-samples/sample-serverless-image-resizer-s3-lambda/pull/37 --- content/en/getting-started/quickstart/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting-started/quickstart/index.md b/content/en/getting-started/quickstart/index.md index 07a06a22cd..9bb3290352 100644 --- a/content/en/getting-started/quickstart/index.md +++ b/content/en/getting-started/quickstart/index.md @@ -115,7 +115,7 @@ The sample application uses AWS CLI and our `awslocal` wrapper to deploy the app You can build and deploy the sample application on LocalStack by running the following command: {{< command >}} -$ bin/deploy.sh +$ deployment/awslocal/deploy.sh {{< / command >}} Alternatively, you can follow these instructions to deploy the sample application manually step-by-step.