Skip to content

Commit

Permalink
fix port in link to final S3 website
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrashed authored Apr 15, 2024
1 parent c32e540 commit c6b2377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

0 comments on commit c6b2377

Please sign in to comment.