-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(amplify): Add support for custom headers in the App #17102
Conversation
@skinny85 I made the appropriate changes related to hoisting and |
@ayush987goyal I think you're very close. What you need to do is add the following lines to the root "@aws-cdk-alpha/aws-amplify-alpha/yaml",
"@aws-cdk-alpha/aws-amplify-alpha/yaml/**", This needs to be done in addition to the lines you already added there, for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Putting in "Request changes" to clear this one from my To-Do list. @ayush987goyal please re-request my review when this is ready!
Pull request has been modified.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general looks good @ayush987goyal, but I'd like some changes to the API and naming before we merge this in 🙂.
Pull request has been modified.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great @ayush987goyal!
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
feat(amplify): Add support for custom headers in the App closes aws#17084 Refs: 1. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-customheaders 2. https://docs.aws.amazon.com/amplify/latest/userguide/custom-headers.html 3. https://www.npmjs.com/package/yaml ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
feat(amplify): Add support for custom headers in the App
closes #17084
Refs:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license