hangoocn

Results 20 comments of hangoocn

Another syntax error here: https://docs.amplify.aws/react/build-a-backend/storage/upload-files/#monitor-upload-progress Missing await in line `const result = uploadData xx`

Thanks @Jordan-Nelson , it is working when I add `--outputs-version 0`.

I have the same issue and want to sort the values by createdAt. imo, if we define the secondary index like this: ` .secondaryIndexes(index => [index('xxxId').sortKeys(['createdAt']).queryField('listByDate')])` the cli will generate...

I also realized we can do 2 other walkarounds (I am now using option 1): Option 1. Manully override the request before call the query api: first create a custom...

@Jordan-Nelson any updates on this? the [doc ](https://docs.amplify.aws/flutter/build-a-backend/data/data-modeling/secondary-index/) is still showing tsx code samples for flutter. So just to confirm the gen2 flutter api does not have built-in support for...

Thanks @MarlonJD I am also using an alternative approach by override query before sending to app sync, but is still expecting a offical way to do that. It seems it...

Thanks @tyllark, I am using similar approach to overide the request before sending the request, so can customize the document or variables to anything we want. Looking forward to a...

Hi @NikaHsn I can confirm message is created sucessfully.

I have to do this today to make it work, @Jordan-Nelson @NikaHsn could you confirm this is the current approach for output version 1.3? ``... final json = jsonDecode(amplifyConfig); final...