1
3 Comments

Using Shopify with AWS

Hello! Has anyone built a e-commerce site where your site is running on AWS but Shopfiy is your storefront? From the Shopify developer documentation, it sounds like it can be done but I just want to make sure someone else has done it before successfully.

on March 12, 2020
  1. 1

    You can essentially build your own frontend on AWS (or any other provider) and then use the Shopify API to pull in collections and products, update cart etc.

    The caveat to this is that you cannot host your own checkout, you will need to redirect to Shopify servers at checkout time and then find a way to redirect back when it completes.

  2. 1

    I have a quiz that helps me understand what my customers are looking for and I want to run analytics on that versus what they purchased. I want the analysis to be streamlined instead of having to pull multiple data sources together every time and eventually I want to do ML.

  3. 1

    I'm running a Shopify store in my spare time. Curious what features that you'd need to be on AWS and are not provided natively by Shopify?