Skip to content

Commit cf43312

Browse files
document SYNCHRONOUS_KINESIS_EVENTS environment variable (#206)
1 parent fdbbf35 commit cf43312

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/en/localstack/configuration.md

+1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ While the ElasticSearch API is actively maintained, the configuration variables
161161
| `LAMBDA_JAVA_OPTS` | `-Xmx512M` | Allow passing custom JVM options to Java Lambdas executed in Docker. Use `_debug_port_` placeholder to configure the debug port, e.g., `-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=_debug_port_`. |
162162
| `HOSTNAME_FROM_LAMBDA` | `localstack` | Endpoint host under which APIs are accessible from Lambda containers (optional). This can be useful in docker-compose stacks to use the local container hostname if neither IP address nor container name of the main container are available (e.g., in CI). Often used in combination with `LAMBDA_DOCKER_NETWORK`. |
163163
| `LAMBDA_XRAY_INIT` | `1` / `0` (default) | Whether to fully initialize XRay daemon for Lambda containers (may increase Lambda startup times) |
164+
| `SYNCHRONOUS_KINESIS_EVENTS` | `1` (default) / `0` | Whether or not to handle Kinesis Lambda event sources as synchronous invocations. |
164165

165166
### OpenSearch
166167

0 commit comments

Comments
 (0)