Skip to content

Commit 86ade09

Browse files
authored
Update README.md
1 parent b6d12f0 commit 86ade09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ The sample code in this repository demonstrates how to use the ECS Code Mounting
1919

2020
## Prerequisites
2121

22-
- LocalStack with the [`localstack` CLI](https://docs.localstack.cloud/getting-started/installation/#localstack-cli).
22+
- 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.
23+
- [`localstack` CLI](https://docs.localstack.cloud/getting-started/installation/#localstack-cli).
2324
- [Cloud Development Kit](https://docs.localstack.cloud/user-guide/integrations/aws-cdk/) with the [`cdklocal`](https://www.npmjs.com/package/aws-cdk-local) installed.
2425
- [Python 3.9+](https://www.python.org/downloads/) & `pip` package manager.
2526
- [`virtualenv`](https://pypi.org/project/virtualenv/) for creating isolated Python environments.
2627
- `cURL` or any other tool to send HTTP requests.
27-
- 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.
2828

2929
Start LocalStack with the `LOCALSTACK_AUTH_TOKEN` pre-configured:
3030

0 commit comments

Comments
 (0)