amplify-category-api
amplify-category-api copied to clipboard
The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development. This plugin provides functionality for the API category, allowing for the creation and management of GraphQL...
### Environment information ```plain text System: OS: macOS 15.2 CPU: (8) arm64 Apple M1 Memory: 108.17 MB / 16.00 GB Shell: /bin/zsh Binaries: Node: 22.11.0 - ~/.nvm/versions/node/v22.11.0/bin/node Yarn: undefined -...
Go CDK
### Describe the feature you'd like to request At the moment the only CDK construct exists in Typescript ### Describe the solution you'd like Deploy a Go library ### Describe...
### Environment information ```plain text NA ``` ### Describe the feature Currently we can only crease GSI for the data models in Amplify. ``` ChartOfAccount: a .model({ orgId: a.id().required(), accountName:...
### 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]...
### How did you install the Amplify CLI? npm ### If applicable, what version of Node.js are you using? v20.12.0 ### Amplify CLI Version 12.13.1 ### What operating system are...
**Is your feature request related to a problem? Please describe.** Would like an option for the CLI to enable logging for the AppSync GraphQL api it generates, i.e. turn this...
### Amplify CLI Version 12.12.4 ### Question I would like to customise the response template for DEFAULT_5XX gateway response (see image below).  I...
#### Description of changes - add support non string type in sort key - update snapshot test cases for references transformer. ##### CDK / CloudFormation Parameters Changed N/A #### Issue...
### Describe the feature you'd like to request The ability to resolve a custome field on a graphQL data type. Example: ```graphql type Book { id: ID! title: String! author:String...
**Is your feature request related to a problem? Please describe.** For AppSync GraphQL API backed by DynamoDB, it can be useful and potentially more performant to allow sets (e.g. string...