Skip to content

Commit

Permalink
add reference to last commit of old replicator CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
whummer committed Sep 30, 2024
1 parent f5da821 commit 4d93f85
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions aws-replicator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This enables one flavor of "hybrid" or "remocal" setups where you can easily bri

## AWS Cloud Proxy

The AWS cloud proxy can be used to forward certain API calls in LocalStack to real AWS, in order to enable seamless transition between local and remote resources.
The AWS Cloud Proxy can be used to forward certain API calls in LocalStack to real AWS, in order to enable seamless transition between local and remote resources.

**Warning:** Be careful when using the proxy - make sure to _never_ give access to production accounts or any critical/sensitive data!

Expand Down Expand Up @@ -119,9 +119,11 @@ In addition to the proxy services configuration shown above, the following confi

## Resource Replicator CLI (deprecated)

Note: Previous versions of this extension also offered a "replicate" mode to copy/clone (rather than proxy) resources from an AWS account into the local instance.
Note: Previous versions of this extension also offered a "replicate" mode to copy/clone (rather than proxy) resources from an AWS account into the local instance.
This functionality has been removed from this extension, and is now being migrated to a new extension (more details following soon).

If you wish to access the deprecated instructions, they can be found [here](https://github.com/localstack/localstack-extensions/blob/fe0c97e8a9d94f72c80358493e51ce6c1da535dc/aws-replicator/README.md#resource-replicator-cli).

## Change Log

* `0.1.18`: Update environment check to use SDK Docker client and enable starting the proxy from within Docker (e.g., from the LS main container as part of an init script)
Expand Down

0 comments on commit 4d93f85

Please sign in to comment.