hangoocn

Results 12 issues of hangoocn

**Describe the content issue**: Code betlow is missing the semicolon after line `allow.guest.to(['read'])` ``` [ allow.guest.to(['read']) allow.entity('identity').to(['read', 'write', 'delete']) ] ``` **URL page where content issue is**: https://docs.amplify.aws/react/build-a-backend/storage/set-up-storage/#define-file-path-access

amplify/gen2
amplify/content

**Describe the content issue**: [Get or download file from a URL](https://docs.amplify.aws/javascript/build-a-backend/storage/download-files/#get-or-download-file-from-a-url) the same code' syntax is not correct: ``` const linkToStorageFile = await getUrl({ path: "album/2024/1.jpg", // Alternatively, path: ({identityId})...

amplify/gen2
amplify/content

**Describe the content issue**: The sample code is: ``` import 'amplifyconfiguration.dart'; await Amplify.configure(outputs); ``` but these should be renamed to match the actual output generated: ``` import 'amplify_outputs.dart'; await Amplify.configure(amplifyConfig);...

amplify/flutter

**Describe the content issue**: I have created a react vite app using Amplify gen2, and want to create a gen 2 amplify flutter app using and share the same backend...

amplify/gen2
amplify/backend

### Description I have follow this gen2 [quickstart ](https://docs.amplify.aws/flutter/start/quickstart/) to create an flutter app, but experiences two issues that make this not work: 1. The doc's sample code to add...

transferred

Hi just a follow up to this [issue](https://github.com/aws-amplify/docs/issues/7495) where we are required to add `--outputs-versioin 0` to the ampx command. I have created another react app using latest gen2 with...

feature-request
core
feature-parity

**Describe the bug** The code below will cause "Subscribe only available for AWS AppSync endpoint" when calling "client.models.Todo.observeQuery().subscribe" in react code. ``` import { Amplify } from 'aws-amplify'; import outputs...

p2
amplify/backend

### Description If making a field as sortKey in secondaryIndex and making the field optional, we are not able to submit a create request without specifying the value of this...

question
GraphQL API
pending-triage

### Description In any one-to-many relationship, if making a child instance creating request, the repsponse will has error `Cannot return null for non-nullable type: xxx within parent` due to parent...

GraphQL API
pending-triage