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/developer-tools/aws-replicator/index.mdx
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,17 +20,14 @@ LocalStack AWS Replicator creates identical copies of AWS resources in a running
20
20
This means that external resources can easily be replicated before deploying the main application, and removes the need to change existing stacks or create custom infrastructure, making LocalStack setup easier.
21
21
22
22
:::note
23
-
The AWS Replicator is in a preview state, supporting only [selected resources](#supported-resources).
23
+
The AWS Replicator is in a preview state, supporting only [selected resources](#supported-resources). The new CLI experience, `lstk`, does not yet support the AWS Replicator.
24
+
Continue using the legacy [LocalStack CLI](/aws/developer-tools/running-localstack/localstack-cli/) version 4.2.0 or newer.
24
25
:::
25
26
26
27
## Getting started
27
28
28
29
A valid `LOCALSTACK_AUTH_TOKEN` must be configured to start the LocalStack for AWS image.
29
30
30
-
:::note
31
-
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](/aws/getting-started/installation/#update-localstack-cli).
Copy file name to clipboardExpand all lines: src/content/docs/aws/developer-tools/cloud-sandbox/ephemeral-instances.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@ Ephemeral Instances allows you to run a LocalStack instance in the cloud.
13
13
You can interact with these instances via the LocalStack Web Application, or by configuring your integrations and developer tools with the endpoint URL of the ephemeral instance.
14
14
15
15
:::note
16
-
Ephemeral Instances is offered as a **preview** feature and is under active development.
16
+
Ephemeral Instances is offered as a **preview** feature. `lstk` does not yet support Ephemeral Instances.
17
+
Continue using the legacy [LocalStack CLI](/aws/developer-tools/running-localstack/localstack-cli/) for this feature.
@@ -338,8 +357,18 @@ to [iterate quickly over your function code](/aws/developer-tools/lambda-tools/h
338
357
339
358
First, make sure that LocalStack is started with the following configuration (see the [Configuration docs](/aws/customization/configuration-options#lambda) for more information):
0 commit comments