08/22/2021
Learn how to setup Hasura Remote Join and stitch into your schema, automatic signed S3 URL generation!
We're going to walk through setting up a small GraphQL schema, that will receive an s3 file path and then generate an s3 signed url. Then we'll add it as a remote schema into Hasura, and show how to set up a remote join so that the signed url can be seamlessly stitched into your fetching of data fro...