I just started developing my app using Parse and they've just announced that they'll be shutting down.<p>I looked around Firebase but their functionality is very limited (no cloud code, notifications, background jobs, analytics, etc) unless you integrate with dozens of scattered libraries and services that Google provides.<p>I also considered AWS (https://aws.amazon.com/mobile/) but their pricing looks very confusing, "pay for what you use", you gotta figure out how much data you'll be storing, reads/writes, compute power, notifications sent etc before you can estimate what it's going to cost you. I'd like a structured and clear pricing plan like Parse and Firebase have.<p>Would anyone recommend any other platform that will let me develop a serverless application?
Serverless Framework - It's an open-source application framework for building web, mobile and IoT applications exclusively on Lambda and API Gateway. Lambda only charges you when it's run and scales automatically out of the box. Further, the project is well-funded and backed by a full-time team. <a href="http://www.serverless.com" rel="nofollow">http://www.serverless.com</a>
Not sure about serverless, but it looks looks like all you need is a mongodb + node.js host. Parse released the server. Here's article on integrating parse with heroku. <a href="http://blog.parse.com/announcements/introducing-heroku-parse/" rel="nofollow">http://blog.parse.com/announcements/introducing-heroku-parse...</a><p>Completely out of my space but trying to help.
Amazon mobile is "just" started and does not have all Parse features, especially DB UI. Firebase is a DB in the cloud AFAIK. I`m trying a few thing for now and would wait a couple weeks to see different data points.