amplify-codegen icon indicating copy to clipboard operation
amplify-codegen copied to clipboard

Amplify Codegen is a JavaScript toolkit library for frontend and mobile developers building Amplify applications.

Results 116 amplify-codegen issues
Sort by recently updated
recently updated
newest added

#### Description of changes - The `associatedWith` fields now respect the index sortKeyFields in explicit uni hasMany relation. This change only affects swift modelgen. - Rewrite the flag value parsing...

### Is this related to a new or existing framework? _No response_ ### Is this related to a new or existing API? _No response_ ### Is this related to another...

feature-request
plugins-support
p3

**Is your feature request related to a problem? Please describe.** Amplify codegen dumps it's graphql all over the place like an itinerant toddler. **Describe the solution you'd like** Dump all...

feature-request
plugins-support
p4

**Problem:** Currently Amplify codegen generates GraphQL statements(queries, mutations and eventHandlers), but doesn't address the enums. Quite often we define some "lookup" values in enums, which can change over time. When...

feature-request
doc-gen
plugins-support
p4

** Which Category is your question related to? ** codegen ** What AWS Services are you utilizing? ** appsync, dynamodb ** Provide additional details e.g. code snippets ** I'm trying...

feature-request
doc-gen
plugins-support
p4

### Before opening, please confirm: - [X] I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists. - [X] I have...

bug
p3

### Before opening, please confirm: - [X] I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists. - [X] I have...

bug
transferred
p2

### Describe the bug An embedded type model named `Break` fails to compile on Xcode complaining about reserved keywords although the codegen generates code & compiles it successfully. The build...

feature-request
p4

### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-js/discussions). - [X] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#bug-reports). - [X]...

bug
p2

In this PR https://github.com/aws-amplify/amplify-codegen/pull/538 we're populating the `associatedFields` of a has-many connection. There is one case that doesn't seem to be working as expected. For this schema: ``` // Uni-directional...

bug
p2