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
To use the LocalStack Community image, you don't need to sign-up for an account on [LocalStack Web Application](https://app.localstack.cloud).
23
23
The Community image is free to use and does not require a license to run.
24
-
The Community image can be used to run [local AWS services](/aws/) with [integrations](/aws/integrations/) on your local machine or in your [continuous integration pipelines](/aws/integrations/continuous-integration/).
24
+
The Community image can be used to run [local AWS services](/aws/services/) with [integrations](/aws/integrations/) on your local machine or in your [continuous integration pipelines](/aws/integrations/continuous-integration/).
25
25
26
26
The Community image also covers a limited set of [LocalStack Tools](/aws/tooling/) to make your life as a cloud developer easier.
27
27
You can use [LocalStack Desktop](/aws/capabilities/web-app/localstack-desktop/) or [LocalStack Docker Extension](/aws/tooling/localstack-docker-extension) to use LocalStack with a graphical user interface.
Copy file name to clipboardExpand all lines: src/content/docs/aws/capabilities/config/podman.md
+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
@@ -7,7 +7,7 @@ template: doc
7
7
## Introduction
8
8
9
9
By default, the LocalStack CLI starts the LocalStack runtime inside a Docker container.
10
-
Docker may not be available on your system, and a popular alternative is [Podman](https://podman.io/getting-started/) which you can use to run LocalStack.
10
+
Docker may not be available on your system, and a popular alternative is [Podman](https://podman.io/get-started) which you can use to run LocalStack.
11
11
Podman support is still experimental, and the following docs give you an overview of the current state.
Copy file name to clipboardExpand all lines: src/content/docs/aws/enterprise/k8s-operator.md
+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
@@ -74,7 +74,7 @@ _Appears in:_
74
74
| `kind`_string_ | `LocalStack`
75
75
|`kind`_string_| Kind is a string value representing the REST resource this object represents.<br /><br />Servers may infer this from the endpoint the client submits requests to.<br /><br />Cannot be updated.<br /><br />In CamelCase.<br /><br />More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds|
76
76
|`apiVersion`_string_| APIVersion defines the versioned schema of this representation of an object.<br /><br />Servers should convert recognized schemas to the latest internal value, and<br /><br />may reject unrecognized values.<br /><br />More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources|
77
-
|`metadata`_[ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v/#objectmeta-v1-meta)_| Refer to Kubernetes API documentation for fields of `metadata`. |
77
+
|`metadata`_[ObjectMeta](https://kubernetes.io/docs/reference/kubernetes-api/common-definitions/object-meta/)_| Refer to Kubernetes API documentation for fields of `metadata`. |
@@ -88,7 +88,7 @@ LocalStackList contains a list of LocalStack
88
88
| `kind`_string_ | `LocalStackList`
89
89
|`kind`_string_| Kind is a string value representing the REST resource this object represents.<br /><br />Servers may infer this from the endpoint the client submits requests to.<br /><br />Cannot be updated.<br /><br />In CamelCase.<br /><br />More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds|
90
90
|`apiVersion`_string_| APIVersion defines the versioned schema of this representation of an object.<br /><br />Servers should convert recognized schemas to the latest internal value, and<br /><br />may reject unrecognized values.<br /><br />More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources|
91
-
|`metadata`_[ListMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v/#listmeta-v1-meta)_| Refer to Kubernetes API documentation for fields of `metadata`. |
91
+
|`metadata`_[ListMeta](https://kubernetes.io/docs/reference/kubernetes-api/common-definitions/list-meta/)_| Refer to Kubernetes API documentation for fields of `metadata`. |
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.
It also assumes that you already have a Serverless app set up consisting of a couple of Lambda functions and a `serverless.yml` file similar to the following.
0 commit comments