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: Windows 11 10.0.22631 CPU: (32) x64 13th Gen Intel(R) Core(TM) i9-13900K Memory: 112.70 GB / 127.78 GB Binaries: Node: 20.11.0 - C:\Program Files\nodejs\node.EXE...
#### Description of changes ##### CDK / CloudFormation Parameters Changed #### Issue #, if available #### Description of how you validated changes #### Checklist - [ ] PR description included...
### 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...
**Is your feature request related to a problem? Please describe.** Ability to support multi-tenancy thru AppSync where individual items are "owned/belong" to a tenant instead of a user and we...
### 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...
[Feature Request]Add an option of ProjectionType for Dynamodb Global Secondary Index (Amplify Gen2)
### Environment information ```plain text System: OS: macOS 14.6.1 CPU: (8) arm64 Apple M1 Pro Memory: 122.77 MB / 16.00 GB Shell: /bin/zsh Binaries: Node: 18.20.4 - /usr/local/bin/node Yarn: 1.22.19...
Geo search
At this moment there is no possibility to search via graphql / dynamodb certain records based on the longitude and latitude (geo) while there is a kind of library within...
AppSync Simulator: Add support for Long scalar type, which works on AppSync but not on the simulator
### How did you install the Amplify CLI? npm, via Serverless Framework ### If applicable, what version of Node.js are you using? _No response_ ### Amplify CLI Version N/A (but...
### Describe the feature you'd like to request Amplify currently offers SQL support when you bring your own database connection info (see https://docs.amplify.aws/react/build-a-backend/data/connect-to-existing-data-sources/connect-postgres-mysql-database/) However, this isn't compatible with [Aurora DSQL](https://aws.amazon.com/rds/aurora/dsql/)...
### Describe the feature you'd like to request We need a way to directly reference an enum we created in our schema in our frontend app code. Currently, I have...