We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d29e2 commit 841266cCopy full SHA for 841266c
scripts/check_layer_size.sh
@@ -9,7 +9,7 @@
9
10
# 7 mb size limit
11
MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 7 \* 1024)
12
-MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 18 \* 1024)
+MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 19 \* 1024)
13
14
15
LAYER_FILES_PREFIX="datadog_lambda_node"
0 commit comments