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 The `.amplify/generated/env/` directory is not cleared before deployments, causing outdated/renamed environment files to remain. This can lead to confusion and potential errors when the function's handler code does...
### Environment information ```plain text NA ``` ### Describe the feature Problem: If a user is in multiple groups, currently there is not a way to specify the group during...
## Problem **Issue number, if available:** #825 ## Changes 1. Add top level error handling with reference to similar fix #865 In #865, parser and usageDataEmitter appears to be used...
### Environment information ```plain text I have been directed here from AWS Amplify web console. The project I am trying to deploy to Amplify is Nextjs / typescript / node20...
## Problem Currently there is no nice way of setting the CORS configuration of an S3 bucket without using CloudFormation templates and escape hatches The core problem here is that...
## Problem This consolidates secret fetcher custom resources into one. A single custom resource will be created, instead of a resource for each secret. **Issue number, if available:** https://github.com/aws-amplify/amplify-backend/issues/1797 https://github.com/aws-amplify/amplify-backend/issues/1825...
## Problem **Issue number, if available:** https://github.com/aws-amplify/amplify-category-api/issues/2550 ## Changes I added stackMapping to gen2 amplify-backend, we need this parameter like in gen1 for limit issue ## Validation ## Checklist -...
### Describe the bug Amplify errors description is not printed in create-amplify flows -- anything in options for Amplify Errors is not printed by create-amplify flows. See these areas of...
### Describe the bug In the scenario when failures happen before the CLI gets to send telemetry, we are unable to figure out impact. A suggestion may be to dynamically...
## Problem Certain usage patterns of functions end up with `Caused By: ❌ Deployment failed: Error [ValidationError]: Circular dependency between resources:`. This happens is scenarios where it could have been...