amplify-cli
amplify-cli copied to clipboard
The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development.
#### Description of changes DRAFT - add Java AppSync Todo templates ### Note: Not to merge this until https://github.com/aws-amplify/amplify-cli/pull/10841 has been merged. The PR is to add Java template examples...
### 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...
#### Description of changes - hooks files are no longer maintained in the s3 bucket -- `amplify pull` no longer downloads and overrides hooks directory -- `amplify push` / `amplify...
**Describe the bug** package.json with `"type": "module"` be set cause the following error when I run `amplify push` ``` Must use import to load ES Module: /Users/x/Document/www/src/aws-exports.js require() of ES...
#### Description of changes DRAFT -add nodejs templates The PR is to add Nodejs template examples that allow Lambda functions to call a AppSync API. Changes include 1. adding AppSync...
#### Description of changes This pull request deals with the pretty print of the cloud formation event logs triggered during deployment of resources in an amplify project. #### Issue #,...
### 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...
#### Description of changes When @auth rules are defined with dynamic groups the roleName is identified by `${rule.provider}:dynamicGroup:${groupsField}` which does not uniquely identify a valid @auth rule. The change updates...
### Is this feature request related to a new or existing Amplify category? function ### Is this related to another service? _No response_ ### Describe the feature you'd like to...
Beginning of adding an auth mock #10831 #### Description of how you validated changes #### Checklist - [X] Add sim - [X] Add mock auth to commands/help - [x] Update...