Skip to content

Commit 386b2db

Browse files
committed
fix the build
1 parent dae507d commit 386b2db

File tree

6 files changed

+20
-27
lines changed

6 files changed

+20
-27
lines changed

src/content/docs/aws/services/eks.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ For instance, you might have multiple microservices, each following a common pat
438438
In such cases, path-based routing may not be ideal if you need the services to be accessible in a uniform manner.
439439

440440
To address this requirement, we recommend utilizing host-based routing rules, as demonstrated in the example below:
441-
<!-- markdownlint-disable MD007 -->
441+
442442
```bash
443443
cat <<EOF | kubectl apply -f -
444444
apiVersion: networking.k8s.io/v1
@@ -471,7 +471,7 @@ spec:
471471
number: 80
472472
EOF
473473
```
474-
<!-- markdownlint-enable MD007 -->
474+
475475
The example defines routing rules for two local endpoints - the first rule points to a service `service-1` accessible under `/v1`, and the second rule points to a service `service-2` accessible under the same path `/v1`.
476476

477477
In the provided example, we define routing rules for two local endpoints.

src/content/docs/aws/services/iot.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ This message will be pushed to all subscribers of this topic, including the one
6767
## Authentication
6868

6969
LocalStack IoT maintains its own root certificate authority which is regenerated at every run.
70-
The root CA certificate can be retrieved from <http://localhost.localstack.cloud:4566/_aws/iot/LocalStackIoTRootCA.pem>.
70+
The root CA certificate can be retrieved from [`http://localhost.localstack.cloud:4566/_aws/iot/LocalStackIoTRootCA.pem`](http://localhost.localstack.cloud:4566/_aws/iot/LocalStackIoTRootCA.pem).
7171

7272
:::note
73-
AWS provides its root CA certificate at <https://www.amazontrust.com/repository/AmazonRootCA1.pem>.
73+
AWS provides its root CA certificate at [`https://www.amazontrust.com/repository/AmazonRootCA1.pem`](https://www.amazontrust.com/repository/AmazonRootCA1.pem).
7474
[This section](https://docs.aws.amazon.com/iot/latest/developerguide/server-authentication.html#server-authentication-certs) contains information about CA certificates.
7575
:::
7676

src/content/docs/aws/services/neptune.mdx

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -267,20 +267,19 @@ Gremlin transactions can be enabled by setting the environment `NEPTUNE_ENABLE_T
267267
Be aware that the `engine_version` provided when creating your cluster will be ignored and LocalStack will use `3.7.2` Gremlin Server.
268268
This feature is in beta and any feedback is appreciated.
269269

270-
#### Current Limitations
271-
272-
- Fixed id
273-
- Creating a Vertex with an id in a transaction, then deleting it.
274-
Trying to recreate a vertex with the same id will fail.
275-
- Serializer considerations
276-
- While it is possible to connect to the server with a lower version of Gremlin Language Variants, there are breaking changes to the default `GraphBinarySerializersV1` serializer used by most languages.
277-
One possible fix is to use the matching version for your language variant.
278-
Otherwise, using the `GraphSONSerializersV3d0` serializer also seems to be working.
279-
See example below.
280-
- If using Neptune <= `1.2.0.2`, the Gryo message serializer is no longer supported.
281-
Only affects users explicitly using that serializer.
282-
283-
Example using `gremlinpython==3.6.2`
270+
## Current Limitations
271+
272+
### Fixed ID
273+
274+
- If you create a vertex with an ID inside a transaction and then delete it, creating another vertex with the same ID will fail.
275+
276+
### Serializer
277+
278+
- You can connect using older Gremlin Language Variants, but `GraphBinarySerializersV1` has breaking changes.
279+
- To fix this, either use the serializer version that matches your Gremlin variant, or switch to `GraphSONSerializersV3d0`, which works.
280+
- If using Neptune version `1.2.0.2` or earlier, the Gryo serializer is no longer supported. This only affects users who explicitly use it.
281+
282+
Here is an example of how to use the `GraphSONSerializersV3d0` serializer with `gremlinpython==3.6.2`:
284283

285284
```python
286285
from gremlin_python.driver import serializer

src/content/docs/aws/services/secretsmanager.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,7 @@ The LocalStack Web Application provides a Resource Browser for managing secrets
175175
You can access the Resource Browser by opening the LocalStack Web Application in your browser, navigating to the **Resources** section, and then clicking on **Secrets Manager** under the **Security Identity Compliance** section.
176176

177177
![Secrets Manager Resource Browser](/images/aws/secrets-manager-resource-browser.png)
178-
<br>
179-
<br>
178+
180179
The Resource Browser allows you to perform the following actions:
181180

182181
- **Create Secret**: Create a new secret by clicking **Add a Secret** and providing the required details, such as Name, Tags, Kms Key Id, Secret String, and more.

src/content/docs/aws/services/sns.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ awslocal sqs receive-message \
143143

144144
The following output is displayed:
145145

146+
```bash
146147
{
147148
"Messages": [
148149
{
@@ -215,8 +216,6 @@ You can also call `DELETE /_aws/sns/platform-endpoint-messages` to clear the mes
215216
| `platform_endpoint_messages` | Contains endpoints ARN as field names. Each endpoint will have its messages in an Array. |
216217
| `region` | The region of the endpoints and messages. |
217218

218-
<br>
219-
220219
In this example, we will create a platform endpoint in SNS and publish a message to it.
221220
Run the following commands to create a platform endpoint:
222221

@@ -339,8 +338,6 @@ You can also call `DELETE /_aws/sns/sms-messages` to clear the messages.
339338
| `sms_messages` | Contains phone numbers as field names. Each phone number will have its messages in an Array. |
340339
| `region` | The region from where the messages were sent. |
341340

342-
<br>
343-
344341
In this example, we will publish a message to a phone number and retrieve it:
345342

346343
Publish a message to a phone number:
@@ -438,8 +435,6 @@ You can access the subscription tokens in JSON format through `GET /_aws/sns/sub
438435
| `subscription_token` | The Subscription token to be used with `ConfirmSubscription`. |
439436
| `subscription_arn` | The Subscription ARN provided. |
440437

441-
<br>
442-
443438
In this example, we will subscribe to an external SNS integration not confirming the subscription, retrieve the subscription token and manually confirm it:
444439

445440
Create an SNS topic, and create a subscription to a external HTTP SNS integration:

src/content/docs/aws/services/sqs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ awslocal sqs send-message \
161161

162162
Receive the message twice to provoke a move into the dead-letter queue:
163163

164-
```bas
164+
```bash
165165
awslocal sqs receive-message \
166166
--visibility-timeout 0 \
167167
--queue-url http://sqs.us-east-1.localhost.localstack.cloud:4566/000000000000/input-queue

0 commit comments

Comments
 (0)