You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ test: ## Run the tests
46
46
47
47
start: ## Start LocalStack
48
48
@echo "Starting LocalStack..."
49
+
@test -n "${LOCALSTACK_AUTH_TOKEN}"|| (echo "LOCALSTACK_AUTH_TOKEN is not set. Find your token at https://app.localstack.cloud/workspace/auth-token";exit 1)
Copy file name to clipboardExpand all lines: readme.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,8 @@ The following diagram shows the architecture that this sample application builds
33
33
34
34
## Prerequisites
35
35
36
-
-[`localstack` CLI](https://docs.localstack.cloud/getting-started/installation/#localstack-cli) with a [`LOCALSTACK_AUTH_TOKEN`](https://docs.localstack.cloud/getting-started/auth-token/)
36
+
- A valid [LocalStack for AWS license](https://localstack.cloud/pricing). Your license provides a [`LOCALSTACK_AUTH_TOKEN`](https://docs.localstack.cloud/getting-started/auth-token/) to activate LocalStack.
-[AWS CLI](https://docs.localstack.cloud/user-guide/integrations/aws-cli/) with the [`awslocal` wrapper](https://docs.localstack.cloud/user-guide/integrations/aws-cli/#localstack-aws-cli-awslocal)
38
39
-[`make`](https://www.gnu.org/software/make/) (**optional**, but recommended for running the sample application)
39
40
@@ -64,7 +65,7 @@ No additional installation steps are required as the sample uses CloudFormation
64
65
65
66
## Deployment
66
67
67
-
Start LocalStack Pro with the `LOCALSTACK_AUTH_TOKEN` pre-configured:
68
+
Start LocalStack with the `LOCALSTACK_AUTH_TOKEN` pre-configured:
0 commit comments