From 9ba1304a674965697f3dcf3e81e691887dadfbde Mon Sep 17 00:00:00 2001 From: HarshCasper Date: Mon, 5 Aug 2024 14:16:26 +0530 Subject: [PATCH] swap api key with auth token --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65dc619..00a2343 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ We are using the following AWS services and their features to build our infrastr - [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). - [Node.js 18.x](https://nodejs.org/en/download/) with the [`npm`](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) package manager. -Start LocalStack Pro with the `LOCALSTACK_API_KEY` pre-configured: +Start LocalStack Pro with the `LOCALSTACK_AUTH_TOKEN` pre-configured: ```shell -export LOCALSTACK_API_KEY= +export LOCALSTACK_AUTH_TOKEN= DEBUG=1 localstack start ```