Settings

Theme

AWS or Google cloud platform?

3 points by MR_HANDS 9 years ago · 4 comments · 1 min read


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-

dakevster 9 years ago

I would suggest using a simpler service like Firebase (by Google) - https://firebase.google.com.

It 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!

  • MR_HANDSOP 9 years ago

    ok, thanks, i'll look into that. i was reading the documentation for AWS last night and think i definitely need something simpler.

    thanks

andymoe 9 years ago

I guess look at cognito on the AWS side and firebase on the GCP side. Both have pros and cons. At this stage I'd go with whatever is easiest to get running and meets your needs.

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.

mbaha 9 years ago

Looking at your needs, I'd say the two would be identical.

I'd even advise you to use a "higher-level" service like a PaaS (I find Heroku great) or even a MBaaS (like Firebase).

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection