Skip to content

Commit 2854d88

Browse files
adding Getting Started progress for team visibility
1 parent 13f5fbd commit 2854d88

File tree

4 files changed

+15
-13
lines changed

4 files changed

+15
-13
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/content/docs/aws/getting-started/auth-token.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ You have the option to run your LocalStack container in the background by append
9797
The `localstack` CLI automatically detects the Auth Token and appropriately conveys it to the LocalStack container.
9898

9999
:::note
100-
If you are using LocalStack with an Auth Token, it's necessary to download the [LocalStack Pro image](https://docs.localstack.cloud/references/docker-images/#localstack-pro-image), which includes Pro services and several advanced features.
100+
If you are using LocalStack with an Auth Token, it's necessary to download the [LocalStack Pro image](aws/capabilities/config/docker-images/#localstack-pro-image), which includes Pro services and several advanced features.
101101
:::
102102

103103
### Docker
@@ -113,7 +113,7 @@ $ docker run \
113113
localstack/localstack-pro
114114
```
115115

116-
For more information about starting LocalStack with Docker, take a look at our [Docker installation](https://docs.localstack.cloud/getting-started/installation/#docker) guide.
116+
For more information about starting LocalStack with Docker, take a look at our [Docker installation](aws/getting-started/installation/#docker) guide.
117117

118118
### Docker Compose
119119

@@ -134,7 +134,7 @@ Developer Auth Tokens cannot be used in CI.
134134
CI Auth Tokens are available on the [Auth Tokens page](https://app.localstack.cloud/workspace/auth-tokens) and are configured similarly to Developer Auth Tokens.
135135

136136
To set the CI Auth Token, add the Auth Token value in the `LOCALSTACK_AUTH_TOKEN` environment variable of your CI provider, and refer to it when starting LocalStack in your CI workflow.
137-
You can find detailed examples in our [LocalStack in CI documentation](https://docs.localstack.cloud/user-guide/ci/).
137+
You can find detailed examples in our [LocalStack in CI documentation](/aws/integrations/continuous-integration/).
138138

139139
## Rotating the Auth Token
140140

@@ -150,7 +150,7 @@ To rotate your Auth Token, go to the [Auth Token page](https://app.localstack.cl
150150
## Licensing configuration & activation checkup
151151

152152
To avoid logging any licensing-related error messages, set `LOG_LICENSE_ISSUES=0` in your environment.
153-
Refer to our [configuration guide](https://docs.localstack.cloud/references/configuration/#localstack-pro) for more information.
153+
Refer to our [configuration guide](/aws/capabilities/config/configuration/#localstack-pro) for more information.
154154

155155
The simplest method to verify if LocalStack is active is by querying the health endpoint for a list of running services:
156156

src/content/docs/aws/getting-started/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ With LocalStack, you can run your AWS applications or Lambdas entirely on your l
1111

1212
Whether you are testing complex CDK applications or Terraform configurations, or just beginning to learn about AWS services, LocalStack helps speed up and simplify your testing and development workflow.
1313

14-
LocalStack supports a growing number of [AWS services]({{< ref "aws" >}}), like AWS [Lambda]({{< ref "user-guide/aws/lambda" >}}), [S3]({{< ref "user-guide/aws/s3" >}}), [DynamoDB]({{< ref "user-guide/aws/dynamodb" >}}), [Kinesis]({{< ref "user-guide/aws/kinesis" >}}), [SQS]({{< ref "user-guide/aws/sqs" >}}), [SNS]({{< ref "user-guide/aws/sns" >}}), and more!
14+
LocalStack supports a growing number of [AWS services](/aws/)
15+
, like AWS [Lambda](/aws/lambda), [S3](/aws/s3), [DynamoDB](/aws/dynamodb), [Kinesis](/aws/kinesis), [SQS](/aws/sqs), [SNS](/aws/sns), and more!
1516
[LocalStack Pro](https://localstack.cloud/pricing) supports additional APIs and advanced features to make your cloud development experience a breeze!
1617

17-
You can find a comprehensive list of supported APIs on our [Feature Coverage]({{< ref "references/coverage" >}}) page.
18+
You can find a comprehensive list of supported APIs on each AWS service page.
1819

1920
LocalStack also provides additional features to make your life as a cloud developer easier!
21+
2022
Check out LocalStack's [Cloud Developer Tools](/aws/tooling/).

src/content/docs/aws/getting-started/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ python3 -m localstack.cli.main
431431
#### The `localstack` CLI does not start the LocalStack container
432432

433433
If you are using the `localstack` CLI to start LocalStack, but the container is not starting, please check the following:
434-
- Uncheck the **Use kernel networking for UDP** option in Docker Desktop (**Settings****Resources****Network**) or follow the steps in our [documentation](https://docs.localstack.cloud/user-guide/tools/dns-server/#system-dns-configuration) to disable it.
434+
- Uncheck the **Use kernel networking for UDP** option in Docker Desktop (**Settings****Resources****Network**) or follow the steps in our [documentation](aws/tooling/dns-server/#system-dns-configuration) to disable it.
435435
- Start LocalStack with a specific DNS address:
436436
```bash
437437
DNS_ADDRESS=0 localstack start

0 commit comments

Comments
 (0)