File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ awslocal kinesis list-streams
4242
4343You can use the following environment variables for configuration:
4444
45- * ` LOCALSTACK_HOST ` : Set the hostname for the LocalStack instance. Useful when you have
46- LocalStack bound to a different host (e.g., within docker-compose).
47- * ` EDGE_PORT ` : Port number to use when connecting to LocalStack services. Defaults to ` 4566 ` .
48- * ` USE_SSL ` : Whether to use ` https ` endpoint URLs. Defaults to ` false ` .
45+ * ` AWS_ENDPOINT_URL ` : The endpoint URL to connect to (takes precedence over ` USE_SSL ` / ` LOCALSTACK_HOST ` below).
46+ Useful when you have LocalStack bound to a different host (e.g., within docker-compose).
47+ * ` LOCALSTACK_HOST ` (deprecated): A < hostname >:< port > variable defining where to find LocalStack (default: localhost: 4566) .
48+ * ` USE_SSL ` (deprecated) : Whether to use SSL when connecting to LocalStack (default: False) .
4949* ` DEFAULT_REGION ` : Set the default region. Overrides ` AWS_DEFAULT_REGION ` environment variable.
5050
5151## Completion
You can’t perform that action at this time.
0 commit comments