Skip to content

Commit 698fea2

Browse files
finished Capabilities/Networking
1 parent 2c3e9ba commit 698fea2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/content/docs/aws/capabilities/networking/internal-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ $ curl -v --request POST --header "Content-Type: application/json" --data '{"ac
3535

3636
The API path for the AWS internal resources is `/_aws`.
3737
These endpoints offer LocalStack-specific features in addition to the ones offered by the AWS services.
38-
For instance, `/aws/sqs/messages` conveniently access all messages withing a SQS queue, without deleting them.
38+
For instance, `/aws/sqs/messages` conveniently access all messages within a SQS queue, without deleting them.

src/content/docs/aws/capabilities/networking/transparent-endpoint-injection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Make sure to use this only for local testing, and never in production.
108108
## Current Limitations
109109

110110
- The mechanism to disable certificate validation for these requests is not currently functional with Go Lambdas.
111-
To work around this issue, you'll need to manually set your endpoint when creating your AWS SDK client, as detailed in our documentation on the [Go AWS SDK](https://docs.localstack.cloud/user-guide/integrations/sdks/go/).
111+
To work around this issue, you'll need to manually set your endpoint when creating your AWS SDK client, as detailed in our documentation on the [Go AWS SDK](/aws/integrations/aws-sdks/go).
112112

113113
## Troubleshooting
114114

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ You can use a [sample project](https://github.com/joe4dev/lambda-python) to get
2222
The sample project contains a simple Lambda function and a SAM template.
2323
Clone the repository and open the project in VSCode.
2424

25-
{{< command >}}
26-
$ git clone https://github.com/joe4dev/lambda-python.git
27-
$ cd lambda-python
28-
$ code .
29-
{{< /command >}}
25+
```bash
26+
git clone https://github.com/joe4dev/lambda-python.git
27+
cd lambda-python
28+
code .
29+
```
3030

3131
Install the [LocalStack VSCode Extension](https://marketplace.visualstudio.com/items?itemName=localstack.localstack) as recommended by the project.
3232

0 commit comments

Comments
 (0)