TIL that the architecture is actually **AArch64** - not 'arch64' but that arm64 is a synonym and is what 'arch' returns on an Apple Silicon mac. https://en.wikipedia.org/wiki/AArch64
Fortunately, this change makes the Lambda architecture choice of 'arm64' easier since it matches. Nice!