We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1efe0bb commit 9944c7cCopy full SHA for 9944c7c
infrastructure/aws/cdk/app.py
@@ -20,7 +20,6 @@
20
DEFAULT_ENV = {
21
"AWS_LAMBDA_LOG_FORMAT": "JSON",
22
"AWS_LAMBDA_LOG_LEVEL": "INFO",
23
- "AWS_LAMBDA_EXEC_WRAPPER": "/opt/otel-instrument",
24
"GDAL_CACHEMAX": "200", # 200 mb
25
"GDAL_DISABLE_READDIR_ON_OPEN": "EMPTY_DIR",
26
"GDAL_INGESTED_BYTES_AT_OPEN": "32768", # get more bytes when opening the files.
0 commit comments