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
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
@@ -191,11 +199,10 @@ To learn more about the support available to **Enterprise** plan users, refer to
191
199
192
200
## Support Business Hours
193
201
194
-
Our support team operates in the CET timezone, Monday to Friday, from 8 AM to 4 PM, excluding the following holidays:
202
+
Our support team operates in the CET and ET timezone, Monday to Friday, from 6 AM to 9 PM UTC, excluding the following holidays:
195
203
196
204
- January 1st,
197
205
- May 1st,
198
-
- August 15th,
199
206
- November 1st,
200
207
- December 24th, 25th and 31st
201
208
@@ -217,8 +224,8 @@ To use LocalStack's diagnostics endpoint:
217
224
- Set the environment variable `LS_LOG=trace`
218
225
- Start LocalStack
219
226
- Run the affected task(s)
220
-
- Call the diagnostic endpoint `curl -s localhost:4566/_localstack/diagnose | gzip -cf > diagnose.json.gz` (Endpoint URL depends on your configuration)
221
-
-Send the output fileto our Slack chat
227
+
- Call the diagnostic endpoint `curl -s localhost:4566/_localstack/diagnose > diagnose.json && zip diagnose.zip diagnose.json && rm diagnose.json` (Endpoint URL depends on your configuration)
228
+
-Once you have the `diagnose.zip` file, please send it to our support team via our email support@localstack.cloud, or via your existing support ticket.
222
229
223
230
<spanstyle="color: darkred;">**Ensure that you avoid sending the diagnostic output to public channels or forums, as it may contain sensitive information.**</span>
Copy file name to clipboardExpand all lines: content/en/references/api-key.md
+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
@@ -111,7 +111,7 @@ If the key activation fails, LocalStack will quit with an error messages that ma
111
111
===============================================
112
112
API key activation failed! 🔑❌
113
113
114
-
The API key you provided in the `LOCALSTACK_API_KEY` environment variable '"foo..."(6)' could not beactivated against our licensing server. Server message: Unable to verify API key.
114
+
The API key you provided in the `LOCALSTACK_API_KEY` environment variable '"foo..."(6)' could not be activated against our licensing server. Server message: Unable to verify API key.
115
115
116
116
Due to this error, Localstack has quit. LocalStack pro features can only be used with a valid license.
|`RDS_CLUSTER_ENDPOINT_HOST_ONLY`|`1` (default) \|`0`| Whether the cluster endpoint returns the host only (which is AWS parity). If set to `0` it will return `<host>:<port>`. |
316
-
|`RDS_PG_CUSTOM_VERSIONS`|`0`\|`1` (default) | Whether to install and use custom Postgres versions for RDS (or alternatively, use default version 11). |
316
+
|`RDS_PG_CUSTOM_VERSIONS`|`0`\|`1` (default) | Whether to install and use custom Postgres versions for RDS (or alternatively, use default version 15). |
317
317
|`RDS_MYSQL_DOCKER`|`1` (default) \|`0`| Whether to disable MySQL engines (and use MariaDB instead). MySQL engine for cluster/instances will start in a new docker container. If you have troubles running MySQL in docker, you can disable the feature. |
318
318
|`MYSQL_IMAGE`|`mysql:8.0`| Defines a specific MySQL image that should be used when spinning up the MySQL engine. Only available if `RDS_MYSQL_DOCKER` is enabled. |
319
319
|`MSSQL_IMAGE`|`mcr.microsoft.com/mssql/server:2022-latest`| Defines a specific image that should be used when spinning up a SQL server engine. |
|`SQS_DISABLE_CLOUDWATCH_METRICS`|`0` (default) | Disables the CloudWatch Metrics for SQS when set to `1`|
344
344
|`SQS_CLOUDWATCH_METRICS_REPORT_INTERVAL`|`60` (default) | Configures the report interval (in seconds) for `Approximate*` metrics that are sent to CloudWatch periodically. Sending will be disabled if `SQS_DISABLE_CLOUDWATCH_METRICS=1`|
345
345
346
+
### Step Functions
347
+
348
+
| Variable | Example Values | Description |
349
+
| - | - | - |
350
+
|`SFN_MOCK_CONFIG`|`/tmp/MockConfigFile.json`| Specifies the file path to the mock configuration file that defines mock service integrations for Step Functions. |
0 commit comments