(For instance I get an error like this in my aws lambda code when I go to test it:
Copy code
/src/infra/lambdas/.../node_modules/supertokens-node/lib/build/querier.js:225
throw Error("No SuperTokens core available to query");
^
Error: No SuperTokens core available to query
at Querier.<anonymous> (/src/infra/lambdas/.../node_modules/supertokens-node/lib/build/querier.js:225:27)
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).