We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3cf4af commit 430c0e5Copy full SHA for 430c0e5
scripts/check_layer_size.sh
@@ -9,7 +9,7 @@
9
10
set -e
11
MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 5 \* 1024)
12
-MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 12 \* 1024)
+MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 13 \* 1024)
13
14
15
LAYER_FILES_PREFIX="datadog_lambda_py"
0 commit comments