yeah, I was just looking at the `supertokens-node`...
# general
t
yeah, I was just looking at the
supertokens-node
repo, wondering how much effort it would be to make a
supertokens-serverless
fork, without express, and including a Cloudformation with APIGateway or similar to replace the express aspect of it. Alternatively, I think actually the entire supertokens backend might even be able to sit in a Lambda Layer, so that each Lambda execution should already be initialised beforehand, based on environment variables. This would drastically reduce the cold-start time, if each API endpoint on the backend was an independent lambda