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
Copy file name to clipboardExpand all lines: src/content/docs/aws/services/dynamodbstreams.mdx
+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
@@ -13,7 +13,7 @@ The stream records are written to a DynamoDB stream, which is an ordered flow of
13
13
DynamoDB Streams records data in near-real time, enabling you to develop workflows that process these streams and respond based on their contents.
14
14
15
15
LocalStack supports DynamoDB Streams, allowing you to create and manage streams in a local environment.
16
-
The supported APIs are available on our [DynamoDB Streams coverage page](), which provides information on the extent of DynamoDB Streams integration with LocalStack.
16
+
The supported APIs are available on our [API coverage section](#api-coverage), which provides information on the extent of DynamoDB Streams integration with LocalStack.
The following code snippets and sample applications provide practical examples of how to use ELB in LocalStack for various use cases:
176
176
177
-
-[Setting up Elastic Load Balancing (ELB) Application Load Balancers using LocalStack, deployed via the Serverless framework]()
177
+
-[Setting up Elastic Load Balancing (ELB) Application Load Balancers using LocalStack, deployed via the Serverless framework](/aws/tutorials/elb-load-balancing/)
Copy file name to clipboardExpand all lines: src/content/docs/aws/services/es.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import FeatureCoverage from "../../../../components/feature-coverage/FeatureCove
9
9
## Introduction
10
10
11
11
The Elasticsearch Service in LocalStack lets you create one or more single-node Elasticsearch/OpenSearch cluster that behaves like the [Amazon Elasticsearch Service](https://aws.amazon.com/opensearch-service/the-elk-stack/what-is-elasticsearch/).
12
-
This service is, like its AWS counterpart, heavily linked with the [OpenSearch Service](../opensearch).
12
+
This service is, like its AWS counterpart, heavily linked with the [OpenSearch Service](/aws/services/opensearch/).
13
13
Any cluster created with the Elasticsearch Service will show up in the OpenSearch Service and vice versa.
14
14
15
15
## Creating an Elasticsearch cluster
@@ -149,7 +149,7 @@ There are three configurable strategies that govern how domain endpoints are cre
149
149
| - | - | - |
150
150
|`domain`|`<domain-name>.<region>.es.localhost.localstack.cloud:4566`| This is the default strategy that uses the `localhost.localstack.cloud` domain to route to your localhost |
151
151
|`path`|`localhost:4566/es/<region>/<domain-name>`| An alternative that can be useful if you cannot resolve LocalStack's localhost domain |
152
-
|`port`|`localhost:<port-from-range>`| Exposes the cluster(s) directly with ports from the [external service port range]()|
152
+
|`port`|`localhost:<port-from-range>`| Exposes the cluster(s) directly with ports from the [external service port range](/aws/capabilities/networking/external-port-range/)|
153
153
|`off`||*Deprecated*. This value now reverts to the `port` setting, using a port from the given range instead of `4571`|
154
154
155
155
Regardless of the service from which the clusters were created, the domain of the cluster always corresponds to the engine type (OpenSearch or Elasticsearch) of the cluster.
@@ -204,7 +204,7 @@ localstack@machine % tree -L 4 volume/state
204
204
205
205
Since LocalStack 1.4.0, the OpenSearch and ElasticSearch services support "Advanced Security Options".
206
206
This feature is currently only supported for OpenSearch domains (which can also be created by the elasticsearch service).
207
-
More info can be found on [the OpenSearch Service docs page](../opensearch#advanced-security-options).
207
+
More info can be found on [the OpenSearch Service docs page](/aws/services/opensearch/#advanced-security-options).
0 commit comments