_BLAKE2s.cpython-36m-x86_64-linux-gnu.so _BLAKE2s.abi3.so _BLAKE2s.so
The problem is that in my Cryptodome/Hash directory that I'm deploying, the only BLAKE2s looking files are:
_BLAKE2b.cpython-36m-darwin.so
_BLAKE2s.cpython-36m-darwin.so
BLAKE2b.py
BLAKE2s.py
I understand this is probably a build problem, and I don't have any way to build this package in the lambda deploy process. Can you think of a way of getting these files or building this differently? Sorry if these questions are dumb, the ops world is definitely not my world.
Dan