Is there any possibility supertokens core will be adapted to run on lambda using
https://docs.aws.amazon.com/lambda/latest/dg/snapstart.html. There's also another lambda adapter that allows existing HTTP applications (I.e. expecting http requests over lambda invocations) to run in lambda
https://github.com/awslabs/aws-lambda-web-adapter.
It seems using these two combos it would be quite easy to run supertokens-core on lambda. I'm not a java dev so I can't make these changes myself, however it would seem the main change would be to build supertokens-core using maven.