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...
### How did you install the Amplify CLI? npm ### If applicable, what version of Node.js are you using? v20.13.1 ### Amplify CLI Version 12.12.4 ### What operating system are...
#### Description of changes Add migration e2es for three schemas (basic, references, many-to-many). The tests all follow the same pattern. 1. Create a gen 1 project. 2. Get the table...
#### Description of changes Added a deployment identifier to differentiate between a sandbox and branch deployment. If it is a sandbox deployment, `SQLLayerVersionCustomResource` and `SQLSNSTopicARNCustomResource` will use a physical ID...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.4.0 to 4.4.1. Changelog Sourced from fast-xml-parser's changelog. Note: If you find missing information about particular minor version, that version must have been changed without any functional...
### Describe the feature you'd like to request Today, in Amplify Gen 2, enabling AppSync [per-resolver caching](https://docs.aws.amazon.com/appsync/latest/devguide/enabling-caching.html#caching-behavior) is possible under limited circumstances. The specific use case I'm trying to accomplish...
### How did you install the Amplify CLI? npm ### If applicable, what version of Node.js are you using? 18.19.0 ### Amplify CLI Version 12.12.4 ### What operating system are...
### Amplify CLI Version 1.1.1 ### Question I am using amplify gen2 to define a data backend that satisfies the following requirements: The bullet points are: - There are 4...
### Describe the feature you'd like to request Given the following schema: ```ts const schema = a.schema({ Todo: a.model({ todoId: a.id(), updatesCount: a.number().default(0), content: a.string(), completed: a.boolean(), }) .identifier(['todoId']) .authorization(allow...
### Describe the feature you'd like to request Given the following schema: ```ts const schema = a.schema({ Todo: a.model({ updatesCount: a.number().default(0), content: a.string(), completed: a.boolean().default(false), }) .authorization(allow => [allow.publicApiKey()]), });...
#### Description of changes Adjust default table properties for `ProvisionedThroughput`, `SSEDescription`, `DeletionProtectionEnabled`. ##### CDK / CloudFormation Parameters Changed #### Issue #, if available N/A #### Description of how you validated...