You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/aws/getting-started/auth-token.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ You have the option to run your LocalStack container in the background by append
97
97
The `localstack` CLI automatically detects the Auth Token and appropriately conveys it to the LocalStack container.
98
98
99
99
:::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.
101
101
:::
102
102
103
103
### Docker
@@ -113,7 +113,7 @@ $ docker run \
113
113
localstack/localstack-pro
114
114
```
115
115
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.
Copy file name to clipboardExpand all lines: src/content/docs/aws/getting-started/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ With LocalStack, you can run your AWS applications or Lambdas entirely on your l
12
12
13
13
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.
14
14
15
-
LocalStack supports a growing number of [AWS services](/aws/)
15
+
LocalStack supports a growing number of [AWS services](/aws/services/)
16
16
, 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!
17
17
[LocalStack Pro](https://localstack.cloud/pricing) supports additional APIs and advanced features to make your cloud development experience a breeze!
#### The `localstack` CLI does not start the LocalStack container
436
436
437
437
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.
You can start LocalStack using the `localstack` CLI.
@@ -104,7 +104,7 @@ pyenv global 3.11
104
104
105
105
### Setup the serverless image resizer
106
106
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/).
108
108
A simple web interface allows users to upload and view resized images.
109
109
A Lambda function generates S3 pre-signed URLs for direct uploads, while S3 bucket notifications trigger image resizing.
110
110
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
356
356
357
357
-[Tutorials](/aws/tutorials): Check out our tutorials to learn how to use LocalStack across various AWS services and application stacks.
-[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.
361
361
-[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