What I’m trying to do:
Use the aws_requests_auth
library in my SERVER side code.
What I’ve tried and what’s not working:
Importing with from aws_requests_auth.aws_auth import AWSRequestsAuth
I get: ModuleNotFoundError: No module named 'aws_requests_auth'
even though its listed in Anvil Docs | List of Packages.