Is getJSON the right function to read from a JSON file stored in S3? Or should this be done with js.Build in this case?
Hello. I aim to display data from a JSON file I am storing (publicly) in S3 on my HUGO based website. This JSON file will be updated multiple times per day.
So far, I have not been able to resolve this with the getJSON.
And I am not sure whether this can work at all. Therefore I would appreciate any kind of suggestion on how to approach this.