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

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -