Can LimeLM work with AWS lambda function?Answered

I have built a lambda function on AWS and would like to monetize it, the function is in python. Is there a way to integrate LimeLM linceses. I am thinking that the user purchases a license token and then my lambda function can communicate with LimLM to see if that token is valid? Or maybe LimLM can populate a dynamoDB table that my lambda function can then check? or anything else like this?

Answer

No, you would need the code to be run on a real server (i.e. “not serverless”).