I'm building an extension for a CMS (directus) and one of the dependencies @aws-sdk/client-quicksight is trying to use a module that is not supported (crypto). I get crypto.getRandomValues() not supported as an error from the CMS' logs;
How can I use @aws-sdk/client-quicksight in nodejs?