When running function-shell on ARM-based nodes, calls to the AWS CLI installed in the function fail, because the Dockerfile for this function only installs the x86 version of the AWS CLI.
How could this Function help solve your problem?
Update the Dockerfile and build pipelines to install the appropriate aws-cli based on the arch
Feature Request
What problem are you facing?
How could this Function help solve your problem?