(For instance I get an error like this in my aws l...
# support-questions-legacy
r
(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)
2 Views