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...
#### Description of changes Set correct version for amplify-backend deps. The amplify-backend packages released a major version bump with GA release. We are still using the pre-GA versions. The exports...
### Environment information ```plain text System: OS: macOS 14.5 CPU: (10) arm64 Apple M1 Max Memory: 176.88 MB / 32.00 GB Shell: /bin/zsh Binaries: Node: 20.14.0 - ~/.nvm/versions/node/v20.14.0/bin/node Yarn: 1.22.17...
### Environment information ```plain text System: OS: macOS 14.5 CPU: (10) arm64 Apple M1 Pro Memory: 153.83 MB / 16.00 GB Shell: /bin/zsh Binaries: Node: 20.12.0 - ~/.nvm/versions/node/v20.12.0/bin/node Yarn: undefined...
### Environment information ```plain text System: OS: macOS 14.5 CPU: (10) arm64 Apple M1 Pro Memory: 1.74 GB / 32.00 GB Shell: /bin/zsh Binaries: Node: 18.19.0 - ~/.nvm/versions/node/v18.19.0/bin/node Yarn: undefined...
### Environment information ```plain text System: OS: macOS 14.0 CPU: (10) arm64 Apple M2 Pro Memory: 202.08 MB / 16.00 GB Shell: /bin/zsh Binaries: Node: 20.5.0 - /usr/local/bin/node Yarn: 1.22.19...
### Amplify CLI Version 12.10.1 ### Question [_originally posted in Amplify Discord help channel_](https://discord.com/channels/705853757799399426/1218242077247144038) Most of my data models conform to this auth strategy ```graphql # Access to everything {...
### Environment information ```plain text latest packages ``` ### Description In gen1 I could do this ``` input UserInput { securityId: ID! docId: someEnum } type Mutation { requestOperation(input: UserInput!):...
**Is your feature request related to a problem? Please describe.** When creating a BatchPutItem template, I have to provide the table name for the batch operation. Since I create my...
### Describe the feature you'd like to request Currently in Amplify there is a setting in `graphqlconfig.yml` under the `extensions/amplify` section called `maxDepth` which controls the depth of queries to...
> [!IMPORTANT] > No snapshots were harmed in the making of this PR. > No behavioral changes are included in this PR. This is prerequisite work to allow S3 asset...