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
## Problem  ## Changes Upgrade constructs. ## Note This isn't fixing the root cause, it's just mitigating the problem. The proper fix would be to assure that we don't...
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....
**Problem** This PR addresses the need for more flexible email sender configuration in the Auth construct, specifically allowing the use of custom Lambda functions for email sending capabilities. **Changes** *...
Follow up PR: https://github.com/aws-amplify/amplify-backend/pull/2044 Using this PR to run the e2e test ## Problem The `.amplify/generated/env/` directory is not cleared before deployments, causing outdated/renamed environment files to remain. This can...
## Problem **Issue number, if available:** ## Changes **Corresponding docs PR, if applicable:** ## Validation ## Checklist - [ ] If this PR includes a functional change to the runtime...
### Environment information ```plain text { "name": "assistme-core", "version": "0.0.2", "lockfileVersion": 3, "requires": true, "private": true, "prisma": { "seed": "tsx prisma/seed.ts" }, "scripts": { "prebuild": "shx cp generated/openapi-client/openapi.yml public/openapi-client.yml &&...
## Changes Add user groups and their precedence to `amplify_outputs.json`. Example: ```ts export const auth = defineAuth({ loginWith: { email: true, }, groups: ['Administrators', 'Editors'] }); ``` ```json { "auth":...
### Environment information ```plain text System: OS: Windows 11 10.0.22631 CPU: (16) x64 13th Gen Intel(R) Core(TM) i7-13620H Memory: 2.14 GB / 31.68 GB Binaries: Node: 20.14.0 - C:\Program Files\nodejs\node.EXE...
### Environment information ```plain text System: OS: macOS 15.0.1 CPU: (12) arm64 Apple M3 Pro Memory: 464.98 MB / 18.00 GB Shell: /bin/zsh Binaries: Node: 22.6.0 - /private/var/folders/l5/hjlkqmn160n235q2fx60mrmw0000gn/T/xfs-acd3d827/node Yarn: 4.4.1...
### Environment information ```plain text Vite-react 1-click deploy ``` ### Describe the bug Customer tweeted here: https://x.com/davidefish/status/1829206390080188445. They have the role assigned but they get the following error: ### Reproduction...