A space to discuss online store customization, theme development, and Liquid templating.
Hello,
I am working on the Shopify page, need to call a third party API to retrieve data then display on the page. I need to hide my API login details so I made a AWS lambda function with API gateway as a middleware. There is a problem, how to validate the request is coming from Shopify to my AWS lambda? I found the Shopify app proxy seems like can do this, but when I test on it, the app need to be installed in my store first, so do I need to create a server for the app? The app has no function and I need the app proxy only....
Can someone help? Let me know if further information is required. Thanks