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 System: OS: Linux 6.6 Ubuntu 24.04.3 LTS 24.04.3 LTS (Noble Numbat) CPU: (14) x64 Intel(R) Core(TM) Ultra 5 135U Memory: 6.59 GB / 7.49 GB...
### 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 npx ampx info System: OS: macOS 14.5 CPU: (8) arm64 Apple M1 Pro Memory: 206.73 MB / 16.00 GB Shell: /bin/zsh Binaries: Node: 20.9.0 -...
### Environment information amplify develop env after deploy develop branch ### Describe the bug I was working on AWS Amplify Gen2 batch insert. Here’s the code I used: `BatchCreateAssignmentPeerReview: a...
### Environment information ```plain text ❯ npx ampx info System: OS: macOS 15.6 CPU: (12) arm64 Apple M3 Pro Memory: 193.63 MB / 36.00 GB Shell: /bin/zsh Binaries: Node: 22.14.0...
## Problem There is no built-in way in Amplify Gen 2 to define REST APIs using a high-level construct. Developers must manually configure API Gateway, Lambda, and authorization logic. This...
Bug Report: Amplify Build Failure - StackDoesNotExistError & Modifying service token is not allowed
### Environment information ```plain text 41 npm audit fix --force 42 Run `npm audit` for details. 43 2025-05-22T06:03:05.517Z [INFO]: # Executing command: npx ampx generate outputs --branch $AWS_BRANCH --app-id $AWS_APP_ID...
### Environment information ```plain text System: OS: Linux 6.8 Debian GNU/Linux 12 (bookworm) 12 (bookworm) CPU: (2) x64 AMD EPYC 7763 64-Core Processor Memory: 2.22 GB / 7.76 GB Shell:...
### Environment information ```plain text (.venv) # npx ampx info file:////test/node_modules/@graphql-codegen/core/node_modules/@graphql-tools/merge/node_modules/@theguild/federation-composition/esm/subgraph/state.js:1 import { Kind, OperationTypeNode, specifiedScalarTypes, DirectiveLocation, } from "graphql"; ^^^^^^^^^^^^^^^^^ SyntaxError: Named export 'OperationTypeNode' not found. The requested module...
Have deployed a scheduled function as follows ``` import { defineFunction } from "@aws-amplify/backend"; export const scheduledTasks = defineFunction({ name: "scheduled-tasks", schedule: "every week", }); ``` ``` import { generateClient...