From c6b237773e20d5c9da9a85740c9053d914b7b6a3 Mon Sep 17 00:00:00 2001 From: Alexander Rashed <2796604+alexrashed@users.noreply.github.com> Date: Mon, 15 Apr 2024 10:01:02 +0200 Subject: [PATCH] fix port in link to final S3 website --- bin/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/deploy.sh b/bin/deploy.sh index 8f63de7..951a804 100755 --- a/bin/deploy.sh +++ b/bin/deploy.sh @@ -95,4 +95,4 @@ awslocal lambda list-function-url-configs --function-name presign | jq -r '.Func echo "Fetching function URL for 'list' Lambda..." awslocal lambda list-function-url-configs --function-name list | jq -r '.FunctionUrlConfigs[0].FunctionUrl' -echo "Now open the Web app under https://webapp.s3-website.localhost.localstack.cloud and paste the function URLs above (make sure to use https:// as protocol)" +echo "Now open the Web app under https://webapp.s3-website.localhost.localstack.cloud:4566 and paste the function URLs above (make sure to use https:// as protocol)"