Skip to content

Commit b6d12f0

Browse files
committed
Fix README: remove LocalStack Pro, add license bullet; restore keepalive in workflow
1 parent 78e0604 commit b6d12f0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v4
2525

26+
- uses: gautamkrishnar/keepalive-workflow@v1
27+
2628
- name: Setup Node.js
2729
uses: actions/setup-node@v4
2830
with:

README.md

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

2020
## Prerequisites
2121

22-
- LocalStack Pro with the [`localstack` CLI](https://docs.localstack.cloud/getting-started/installation/#localstack-cli).
22+
- LocalStack with the [`localstack` CLI](https://docs.localstack.cloud/getting-started/installation/#localstack-cli).
2323
- [Cloud Development Kit](https://docs.localstack.cloud/user-guide/integrations/aws-cdk/) with the [`cdklocal`](https://www.npmjs.com/package/aws-cdk-local) installed.
2424
- [Python 3.9+](https://www.python.org/downloads/) & `pip` package manager.
2525
- [`virtualenv`](https://pypi.org/project/virtualenv/) for creating isolated Python environments.
2626
- `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.
2728

28-
Start LocalStack Pro with the `LOCALSTACK_AUTH_TOKEN` pre-configured:
29+
Start LocalStack with the `LOCALSTACK_AUTH_TOKEN` pre-configured:
2930

3031
```shell
3132
export LOCALSTACK_AUTH_TOKEN=<your-auth-token>

0 commit comments

Comments
 (0)