Problem:
Version 4.2.1 @aws-crypto/branch-keystore-node uses uuid here but uuid is not included in the package file. This causes a Runtime.ImportModuleError when running in an environment where uuid is not already available.
Solution:
Add uuid to package.json.
Out of scope:
N/A