amplify-backend
amplify-backend copied to clipboard
Home to all tools related to Amplify's code-first DX (Gen 2) for building fullstack apps on AWS
### Environment information ```plain text AWS Amplify gen2 ``` ### Describe the feature AWS Amplify sync with Figma ### Use case Hey, as I understand it AWS amplify gen1 had...
### Before creating a new issue, please confirm: - [x] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-ui/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-ui/discussions). - [x] I have tried disabling all browser extensions or...
## Problem folks may need to run sandbox command to compile/synthesize their backend for any errors. The `npx ampx check` will dry run with just tsc and synth without deploying...
### 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]...
### Environment information ```plain text System: OS: Linux 5.15 Ubuntu 24.04.1 LTS 24.04.1 LTS (Noble Numbat) CPU: (16) x64 12th Gen Intel(R) Core(TM) i7-1270P Memory: 12.05 GB / 15.34 GB...
### Environment information ```plain text System: OS: macOS 15.2 CPU: (8) arm64 Apple M1 Memory: 251.27 MB / 16.00 GB Shell: /bin/zsh Binaries: Node: 20.18.1 - ~/.nvm/versions/node/v20.18.1/bin/node Yarn: 1.22.22 -...
### Environment information ```plain text N/A ``` ### Describe the bug Installing the `@aws-amplify/backend` in a new project throws the following warnings  ### Reproduction steps 1. mkdir test &&...
## Problem This error specifically occurs when using the following generate commands with only the --branch option: 1. `npx ampx generate graphql-client-code --branch ` 2. `npx ampx generate forms --branch...
### Environment information ```plain text Hi Amplify Team, Is there a way to automatically/manually append the environment name (e.g., -dev, -prod) to all resources created by Amplify in the backend,...
### Environment information ```plain text - Amplify Gen 2 ``` ### Describe the feature Current Limitations: - No clear way to create an express-style Lambda in Gen 2 - Can't...