amazon web services - AMI linux is compatible with what linux flavors -
amazon ami supports linux flavors? want build .so file compatible lambda execution environment(4.4.51-40.69.amzn1.x86_64 ). tried build .so file on rhel 5 on ubuntu. after bundling in java deployment package, lambda shows unsatisfied link exception. want know linux architecture compatible aws lambda execution environment can embed .so(native lib) files in it.
from lambda execution environment , available libraries:
the underlying aws lambda execution environment based on following:
- public amazon linux ami version (ami name:
amzn-ami-hvm-2017.03.1.20170812-x86_64-gp2
).- linux kernel version – 4.4.51-40.69.amzn1.x86_64
Comments
Post a Comment