Both AWS Lambda and Azure Functions are bad in long run. They are good to do something like cron jobs to invoke a url in some interval. But not good for business implementation as you will not be able to move to other provider when needed.
Consider Regulation and the way laws are changing, it could be expensive to rewrite and move.
We're a place where coders share, stay up-to-date and grow their careers.
Both AWS Lambda and Azure Functions are bad in long run. They are good to do something like cron jobs to invoke a url in some interval. But not good for business implementation as you will not be able to move to other provider when needed.
Consider Regulation and the way laws are changing, it could be expensive to rewrite and move.