Skip to content

Commit 9c09e2c

Browse files
finished /Tooling
1 parent dd5f5ce commit 9c09e2c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

src/content/docs/aws/tooling/aws-replicator.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A valid `LOCALSTACK_AUTH_TOKEN` must be configured to start the LocalStack Pro i
2929

3030
:::note
3131
The Replicator is in limited preview and is available from LocalStack CLI version 4.2.0.
32-
If you encounter issues, update your [LocalStack CLI](https://docs.localstack.cloud/getting-started/installation/#updating).
32+
If you encounter issues, update your [LocalStack CLI](/aws/getting-started/installation/#updating-localstack-cli).
3333
:::
3434

3535
### Retrieve credentials to access AWS
@@ -72,7 +72,7 @@ Both methods have two steps:
7272
#### Using the LocalStack CLI
7373

7474
The Replicator CLI is part of the LocalStack CLI.
75-
Follow the [installation instructions](https://docs.localstack.cloud/getting-started/installation/#localstack-cli) to set it up.
75+
Follow the [installation instructions](/aws/getting-started/installation/#installing-localstack-cli) to set it up.
7676

7777
To start a replication job, get the ARN of the resource to replicate.
7878
Then, trigger the job using the command:

src/content/docs/aws/tooling/event-studio.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ This is essential for effectively debugging complex event-driven architectures.
8888

8989
The following services are supported on Event Studio:
9090

91-
- [S3](https://docs.localstack.cloud/user-guide/aws/s3/)
92-
- [SQS](https://docs.localstack.cloud/user-guide/aws/sqs/)
93-
- [SNS](https://docs.localstack.cloud/user-guide/aws/sns/)
94-
- [DynamoDB](https://docs.localstack.cloud/user-guide/aws/dynamodb/)
95-
- [Lambda](https://docs.localstack.cloud/user-guide/aws/lambda/)
96-
- [EventBridge](https://docs.localstack.cloud/user-guide/aws/events/)
91+
- [S3](/aws/services/s3)
92+
- [SQS](/aws/services/sqs/)
93+
- [SNS](/aws/services/sns/)
94+
- [DynamoDB](/aws/services/dynamodb/)
95+
- [Lambda](/aws/services/lambda/)
96+
- [EventBridge](/aws/services//events/)

src/content/docs/aws/tooling/lambda-tools/vscode-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sidebar:
1414

1515
- [VS Code](https://code.visualstudio.com/)
1616
- [`samlocal`](https://github.com/localstack/aws-sam-cli-local) command line wrapper around the [AWS SAM CLI](https://github.com/aws/aws-sam-cli) for use with [LocalStack](https://github.com/localstack/localstack).
17-
- [LocalStack](https://docs.localstack.cloud/getting-started/) running in the background.
17+
- [LocalStack](/aws/getting-started/) running in the background.
1818

1919
## Getting Started
2020

0 commit comments

Comments
 (0)