amplify-category-api icon indicating copy to clipboard operation
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...

Results 314 amplify-category-api issues
Sort by recently updated
recently updated
newest added

#### Description of changes The relational field is redacted in mutation result and subsequent subscription from another client based on the comparison result of - Read role definitions for relational...

#### Description of changes Add E2E tests to verify auth utils fix for handling null values in group claim. When a model contains an owner rule and groups rule, auth...

### 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
Gen 2

### Amplify CLI Version 12.6.0 ### Question I'm building a dual approval process in Amplify using AppSync and Cognito auth, where the confirmation of both the two actors, ActorA and...

question
pending-triage

### Describe the feature you'd like to request The enum type doesn't currently support defining default value, e.g. this will not work: ```ts a.enum(["a", "b"]).default("a") ``` ### Describe the solution...

feature-request
Gen 2
data-schema

The first error is infact from the subscription request. I was able to replay the request in the AppSync console to produce the error, even without any filters (would have...

bug
api-graphql

### Describe the feature you'd like to request All existing auto-generated resolvers in Amplify are in the VTL language. Now that AWS has allowed Appsync and Amplify developers to write...

feature-request
p4
api-graphql
extensibility

### Environment information ```plain text NPM Packages: @aws-amplify/backend: 1.0.0 @aws-amplify/backend-cli: 1.0.1 aws-amplify: 6.2.0 aws-cdk: 2.140.0 aws-cdk-lib: 2.140.0 typescript: 5.4.5 AWS environment variables: AWS_NODEJS_CONNECTION_REUSE_ENABLED = 1 AWS_SDK_LOAD_CONFIG = 1 AWS_STS_REGIONAL_ENDPOINTS =...

feature-request
transferred
Gen 2

#### Description of changes Adde schema validations for - @default directive - The @default directive may only be added to object definitions annotated with @model - The @default directive may...

#### Description of changes Upgrading the CDK library version to `2.129.0` which vends the upgraded Node 18 runtimes for the Lambda functions. This is necessary because: > We are ending...