Skip to content

Commit bd9abc2

Browse files
finished QAing Getting Started
1 parent e5dac7d commit bd9abc2

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

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

Lines changed: 2 additions & 2 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](aws/capabilities/config/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](aws/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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ With LocalStack, you can run your AWS applications or Lambdas entirely on your l
1212

1313
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.
1414

15-
LocalStack supports a growing number of [AWS services](/aws/)
15+
LocalStack supports a growing number of [AWS services](/aws/services/)
1616
, like [Lambda](/aws/services/lambda), [S3](/aws/services/s3), [DynamoDB](/aws/services/dynamodb), [Kinesis](/aws/services/kinesis), [SQS](/aws/services/sqs), [SNS](/aws/services/sns), and more!
1717
[LocalStack Pro](https://localstack.cloud/pricing) supports additional APIs and advanced features to make your cloud development experience a breeze!
1818

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

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

437437
If you are using the `localstack` CLI to start LocalStack, but the container is not starting, please check the following:
438-
- 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.
438+
- 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.
439439
- Start LocalStack with a specific DNS address:
440440
```bash
441441
DNS_ADDRESS=0 localstack start

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ An internal SES LocalStack testing endpoint (`/_localstack/aws/ses`) is configur
3939
## Prerequisites
4040

4141
- [LocalStack CLI](/aws/getting-started/installation/#installing-localstack-cli)
42-
- [LocalStack Web Application account](https://app.localstack.cloud/sign-up) & [Auth Token](https://docs.localstack.cloud/getting-started/auth-token/)
42+
- [LocalStack Web Application account](https://app.localstack.cloud/sign-up) & [Auth Token](/aws/getting-started/auth-token/)
4343
- [Docker](https://docs.docker.com/get-docker/)
4444
- [Python 3.11+](https://www.python.org/downloads/) & `pip`
45-
- [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) & [`awslocal` wrapper](https://docs.localstack.cloud/user-guide/integrations/aws-cli/#localstack-aws-cli-awslocal)
45+
- [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) & [`awslocal` wrapper](/aws/integrations/aws-native-tools/aws-cli/#localstack-aws-cli-awslocal)
4646
- `jq`, `zip` & `curl`
4747

4848
You can start LocalStack using the `localstack` CLI.
@@ -104,7 +104,7 @@ pyenv global 3.11
104104

105105
### Setup the serverless image resizer
106106

107-
This application enables serverless image resizing using [S3](/aws/services/s3/), [SSM](/aws/services/ssm/), [Lambda](/aws/services/lambda/), [SNS](aws/services/sns/), and [SES](/aws/services/ses/).
107+
This application enables serverless image resizing using [S3](/aws/services/s3/), [SSM](/aws/services/ssm/), [Lambda](/aws/services/lambda/), [SNS](/aws/services/sns/), and [SES](/aws/services/ses/).
108108
A simple web interface allows users to upload and view resized images.
109109
A Lambda function generates S3 pre-signed URLs for direct uploads, while S3 bucket notifications trigger image resizing.
110110
Another Lambda function lists and provides pre-signed URLs for browser display.
@@ -356,6 +356,6 @@ To expand your LocalStack capabilities, explore the following based on your expe
356356

357357
- [Tutorials](/aws/tutorials): Check out our tutorials to learn how to use LocalStack across various AWS services and application stacks.
358358
- [Supported Services](/aws/services): Explore LocalStack's emulated AWS services.
359-
- [Capabilities](): Learn about LocalStack's capabilities including features like IAM policy stream, state management, and more.
360-
- [Tooling](): Get details on LocalStack's tooling and integrations.
359+
- [Capabilities](/aws/capabilities/): Learn about LocalStack's capabilities including features like IAM policy stream, state management, and more.
360+
- [Tooling](/aws/tooling/): Get details on LocalStack's tooling and integrations.
361361
- [Blog](https://blog.localstack.cloud): Read our blog posts about LocalStack and the latest enhancements for a better local development and testing experience.

0 commit comments

Comments
 (0)