Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc_source/current-supported-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down