AWS or Google cloud platform?
I'd like to find out which service best fits my needs. I am working on a react-native app that will require some back-end processing for actions in the app, sending and receiving messages and keeping track of users and usage etc.
I don't want to go into a lot of detail, and I am definitely out of my depth as far as either of these two services are concerned.
I'd like to know if anybody has hosted an app on either AWS or google's cloud platform and what I need to do to prepare my app and myself for this task.
thanks-
4 comments
[ 30.1 ms ] story [ 684 ms ] threadIt has a SDK and very good up-to-date examples and documentation. Most of the nitty gritty of creating a server, APIs and authentication is abstracted away. The service includes analytics and allows you to create 'cloud function' which are written in js so you should feel at home there if you're creating a react app.
This comes from experience of creating a few apps with AWS (no real google cloud platform experience). For creating new apps mobile/web nowadays I use Firebase as its much easier to start up.
Slight change of tack perhaps from your original question, but hope that helps. Good luck!
thanks
One thing to keep in mind is AWS has been around 5 years longer than anyone else and that can for sure be felt in breadth and maturity of features.
I'd even advise you to use a "higher-level" service like a PaaS (I find Heroku great) or even a MBaaS (like Firebase).