-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
@aws-cdk/aws-amplifyRelated to AWS AmplifyRelated to AWS Amplifyfeature-requestA feature should be added or improved.A feature should be added or improved.needs-triageThis issue or PR still needs to be triaged.This issue or PR still needs to be triaged.
Description
Description
On the amplify console, there is a "performance mode" option on each branch, this is not present in CDK.
Use Case
Performance mode is useful with cache policies for the cloudfront distribution and should be an option for each branch.
Proposed Solution
performanceMode added to the BranchOptions interface with the existing autoBuild option:
const master = amplifyApp.addBranch('master', {
autoBuild: true,
performanceMode: true
});
Other information
No response
Acknowledge
- I may be able to implement this feature request
- This feature might incur a breaking change
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-amplifyRelated to AWS AmplifyRelated to AWS Amplifyfeature-requestA feature should be added or improved.A feature should be added or improved.needs-triageThis issue or PR still needs to be triaged.This issue or PR still needs to be triaged.
