AppSync S3Object retrieval
My files are currently being uploaded to an s3 bucket according to the tutorials provided. I have a Post type with a file field pointing to an S3Object. S3Object has the values of bucket, key, and region. I want to allow my users to download their uploaded files, but I cannot access Post > file through a query. This means I cannot get the download URL. Right now, DynamoDB stores the following for file upon upload (I've changed the values here): {"s3":{"key":"id.pdf","bucket":"my-bucket","region":"my-region"}} My resolver for Post > file looks like this: { "version": "2017-02-28", "operation":