When using Python in AWS Lambda and adding dependencies (such as Paramiko), ABX installs the requested dependencies and then creates a zip bundle for AWS Lambda.
This issue occurs due to the dependencies installation command not containing --platform manylinux2014_x86_64 tag.
This issue is resolved in VMware vRealize Automation 8.9.1, available at Broadcom Support Portal.
To work around this issue if you are unable to upgrade, create a zip package for the script:
For more information, see Create a ZIP package for Python runtime extensibility actions.