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 **Issue number, if available:** ## Changes - Added ai subpath under `backend` directory by adding a `ai.ts` file to export helpers in `backend-ai` package - Added `getMessage` function...
I would like to discuss how we could enable users to pass in a SQL based SDL into `defineData` and what the API surface should look like. See github issue...
Follow up on top of https://github.com/aws-amplify/amplify-backend/pull/1637 . We shipped `@aws-amplify/[email protected]` I.e. with minor version increment. But automatically `@aws-amplify/backend` received only patch increment and shipped with `@aws-amplify/[email protected]`. `@aws-amplify/backend` should inherit version...
### Environment information ```plain text - ``` ### Description We want to be able to modify the "bundling" property of the NodejsFunction CDK definition so that we can customize how...
### Amplify CLI Version 12.12.3 ### Question I am trying to access secrets in my webhook. I am using Amplify Gen 1. I have entered the secrets under amplify >...
## Problem Currently, it is not possible to pass instantiation props to the Amplify root CDK Stack, and, by convention, any Nested Stack created through `backend.createStack`. This prevents certain resource...
### Environment information ```plain text System: OS: Linux 5.15 Ubuntu 20.04.5 LTS (Focal Fossa) CPU: (16) x64 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz Memory: 12.83 GB / 15.51 GB...
The role with name undefined cannot be found when using existing Cognito and existing data source.
### Environment information ```plain text System: OS: macOS 14.5 CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 44.37 MB / 16.00 GB Shell: /bin/zsh Binaries: Node: 20.13.1 -...
Seed poc
## Problem **Issue number, if available:** ## Changes **Corresponding docs PR, if applicable:** ## Validation ## Checklist - [ ] If this PR includes a functional change to the runtime...
## Problem in Cognito, username attributes are attributes that can be used in place of a username https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_cognito.CfnUserPool.html#usernameattributes **Issue number, if available:** ## Changes removes `username` from list of valid...