From b67df7637c3ae16b403983ebd32d26613b2ad734 Mon Sep 17 00:00:00 2001 From: CalZ1 Date: Thu, 15 Mar 2018 14:48:35 -0400 Subject: [PATCH] Clarified how to compile --- doc_source/current-supported-versions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_source/current-supported-versions.md b/doc_source/current-supported-versions.md index 933ee908..64ff476d 100644 --- a/doc_source/current-supported-versions.md +++ b/doc_source/current-supported-versions.md @@ -8,7 +8,7 @@ The underlying AWS Lambda execution environment is based on the following: + Linux kernel version – 4\.9\.75\-25\.55\.amzn1\.x86\_64 - If you are using any native binaries in your code, make sure they are compiled in this environment\. Note that only 64\-bit binaries are supported on AWS Lambda\. + If you are using any native binaries in your code, make sure they are compiled in this environment with no CPU optimizations\. Usage of CPU optimizations that are only available on certain EC2 instances may lead to unpredictable behavior as functions execute on heterogenuous hardware. Note that only 64\-bit binaries are supported on AWS Lambda\. AWS Lambda supports the following runtime versions: