Skip to content

Commit 123b1d7

Browse files
finished fixing aws docs
1 parent bd9abc2 commit 123b1d7

File tree

17 files changed

+93
-24
lines changed

17 files changed

+93
-24
lines changed

src/content/docs/aws/capabilities/config/docker-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ docker pull localstack/localstack:latest
2121

2222
To use the LocalStack Community image, you don't need to sign-up for an account on [LocalStack Web Application](https://app.localstack.cloud).
2323
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/).
2525

2626
The Community image also covers a limited set of [LocalStack Tools](/aws/tooling/) to make your life as a cloud developer easier.
2727
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.

src/content/docs/aws/capabilities/config/podman.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ template: doc
77
## Introduction
88

99
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.
1111
Podman support is still experimental, and the following docs give you an overview of the current state.
1212

1313
From the Podman docs:
@@ -32,7 +32,7 @@ It creates the following links:
3232
- `/var/run/docker.sock -> /run/podman/podman.sock`
3333

3434
This package is available for some distros:
35-
- https://archlinux.org/packages/community/x86_64/podman-docker/
35+
- https://archlinux.org/packages/extra/x86_64/podman-docker/
3636
- https://packages.ubuntu.com/oracular/podman-docker
3737
- https://packages.debian.org/sid/podman-docker
3838

src/content/docs/aws/capabilities/state-management/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Overview
3-
description: Cloud Pods provides a new way of collaborating in cloud application development workflows.
3+
description: State Management in LocalStack allows you to save and load the state of your LocalStack instance.
44
template: doc
55
sidebar:
66
order: 1

src/content/docs/aws/enterprise/k8s-operator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ _Appears in:_
7474
| `kind` _string_ | `LocalStack`
7575
| `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 |
7676
| `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`. |
7878
| `spec` _[LocalStackSpec](#localstackspec)_ | |
7979
| `status` _[LocalStackStatus](#localstackstatus)_ | |
8080

@@ -88,7 +88,7 @@ LocalStackList contains a list of LocalStack
8888
| `kind` _string_ | `LocalStackList`
8989
| `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 |
9090
| `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`. |
9292
| `items` _[LocalStack](#localstack) array_ | |
9393

9494
#### LocalStackSpec

src/content/docs/aws/enterprise/kubernetes-executor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ Lambda hot reloading & remote debugging are not supported in the Kubernetes exec
6161

6262
You can run the following services on Kubernetes clusters using the LocalStack Enterprise image:
6363

64-
- [DocumentDB](https://docs.localstack.cloud/user-guide/aws/docdb/)
65-
- [MWAA](https://docs.localstack.cloud/user-guide/aws/docdb/)
66-
- [RDS](https://docs.localstack.cloud/user-guide/aws/rds/) ([MySQL](https://docs.localstack.cloud/user-guide/aws/rds/#mysql-engine) & [MSSQL](https://docs.localstack.cloud/user-guide/aws/rds/#microsoft-sql-server-engine))
64+
- [DocumentDB](/aws/services/docdb)
65+
- [MWAA](/aws/services/docdb)
66+
- [RDS](/aws/services/rds) ([MySQL](/aws/services/rds/#mysql-engine) & [MSSQL](/aws/services/rds/#microsoft-sql-server-engine))
6767

6868
To use Kubernetes as the runtime backend, set the `CONTAINER_RUNTIME` configuration variable to `kubernetes`.
6969
Note that there are no service-specific configuration variables for these services.

src/content/docs/aws/integrations/app-frameworks/serverless-framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In particular, the setup consists of the following two steps.
2020

2121
This guide assumes that you have the following tools installed.
2222

23-
* LocalStack ([Install](https://docs.localstack.cloud/get-started/#installation))
23+
* LocalStack ([Install](/aws/getting-started/#installation))
2424
* Serverless ([Install](https://www.serverless.com/framework/docs/getting-started/))
2525

2626
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.

src/content/docs/aws/integrations/app-frameworks/spring-cloud-function.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ when building production-ready applications.
5656

5757
## Setting up an Application
5858

59-
We recommend using [jenv](https://www.jenv.be) to manage multiple Java runtimes.
59+
We recommend using [jenv](https://github.com/jenv/jenv) to manage multiple Java runtimes.
6060

6161
### Starting a new Project
6262

src/content/docs/aws/integrations/aws-native-tools/aws-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar:
99
## Introduction
1010

1111
The [AWS Command Line Interface (CLI)](https://aws.amazon.com/cli/) is a unified tool for creating and managing AWS services via a command line interface.
12-
All CLI commands applicable to services implemented within {/*[LocalStack](references/coverage/) TODO: I couldn't find this page in the new docs*/} can be executed when operating against LocalStack.
12+
All CLI commands applicable to services implemented within [LocalStack](/aws/integrations/aws-native-tools/aws-cli/) can be executed when operating against LocalStack.
1313

1414
You can use the AWS CLI with LocalStack using either of the following approaches:
1515

src/content/docs/aws/integrations/aws-sdks/javascript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ s3.send(new ListBucketsCommand({}))
118118
:::note
119119
In case of issues resolving S3 DNS record, we can fallback to `http://localhost:4566` in combination with the provider setting `forcePathStyle: true` (see the specific way of setting this parameter for each SDK above).
120120
The S3 service endpoint is slightly different from the other service endpoints, because AWS is deprecating path-style based access for hosting buckets.
121-
See [S3 documentation](user-guide/aws/s3) about endpoints. {/*TODO: fix link*/}
121+
See [S3 documentation](/aws/services/s3) about endpoints.
122122
:::
123123

124124
## Resources

src/content/docs/aws/integrations/containers/devcontainers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ To get started with LocalStack and DevContainers in VS Code, follow these steps:
112112

113113
* Filter by typing "localstack" in the search bar and select the **LocalStack Docker-in-Docker** template.
114114

115-
[Select official LocalStack Template (DinD)](public/images/aws/04a_select_template_dind.png)
115+
[Select official LocalStack Template (DinD)](/aws/integrations/containers/devcontainers/#localstack-templates)
116116

117117
* Proceed through the configuration by selecting or entering values.
118118
Pressing **Enter** through the options will apply default settings, which include:

0 commit comments

Comments
 (0)