amplify-backend icon indicating copy to clipboard operation
amplify-backend copied to clipboard

Home to all tools related to Amplify's code-first DX (Gen 2) for building fullstack apps on AWS

Results 415 amplify-backend issues
Sort by recently updated
recently updated
newest added

### Environment information ```plain text ---- ``` ### Description When attempting to deploy an older version of the App, we select the older deployment and then click the `redeploy` button....

bug
console

### Environment information ```plain text Using Amplify console on https://eu-central-1.console.aws.amazon.com/amplify/apps/ ``` ### Description Console dark mode hides modal's title in disconnect branch. Images below: ![Screenshot from 2024-05-08 15-33-23](https://github.com/aws-amplify/amplify-backend/assets/14006502/2f7e1d11-3370-4f61-8f07-41655d5fab71) ![Screenshot from...

bug
console

### Environment information ```plain text Using Amplify console on https://eu-central-1.console.aws.amazon.com/amplify/apps/ ``` ### Description I have an Application with many version. Each of the in branch. I think I have around...

bug
console

### Environment information ```plain text - ``` ### Description The term "delete" is currently translated as 削除 in both the description and placeholder, where it may not be necessary. Please...

feature-request
console

### Environment information ```plain text System: OS: Windows 11 10.0.22631 CPU: (12) x64 12th Gen Intel(R) Core(TM) i7-1255U Memory: 607.32 MB / 15.73 GB Binaries: Node: 20.16.0 - C:\Program Files\nodejs\node.EXE...

pending-triage

## Problem Two error names are missing `Error` suffix and are classified as unknown faults. **Issue number, if available:** ## Changes Add `Error` suffix. **Corresponding docs PR, if applicable:** ##...

From https://github.com/aws-amplify/amplify-backend/pull/1883#issuecomment-2297768931 . If AmplifyUserError or AmplifyError is created we should suffix name with `Error` or `Fault`. Failure to do so might cause wrong classification. This should be enforceable by...

tech-debt
repo-infrastructure

## Problem CDK can emit more variants of error for non bootstrapped accounts. ![image](https://github.com/user-attachments/assets/a48a7acc-5b4c-4aa7-a004-4755e9d77ee5) **Issue number, if available:** ## Changes Expand error capturing pattern. **Corresponding docs PR, if applicable:** ##...

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

### Environment information ```plain text import react from "@vitejs/plugin-react"; import svgr from "vite-plugin-svgr"; import { join } from "path"; import { defineConfig, loadEnv } from "vite"; import { VitePWA }...

bug
hosting