API V2 Won't work on AWS Lamda.
I am in the process of writing a new serverless backend for our website. Have been attempting to communicate to ZOHO CRM. I have been told by the zoho team that I must run a local mysql database to manage the tokens. This does not seem like it would work in a serverless environment as there won't be a local mysql running on lambda. I can't be the only one that has come across this. I'm hoping that there is another solution to this that someone out there is using. I could just revert to the old api that is stopped at the end of 2019. I could put this function on an ec2 server but that would be a lot of work and would defeat the purpose of us going serverless. I could create my own token management function, but I am not sure I am up to that challenge. Any Ideas? Hey ZOHO could you simplify this in any way? If this is discussed else where my apologies.