-
Notifications
You must be signed in to change notification settings - Fork 4.3k
chore(cloudfront): backfill missing enums for cloudfront #33639
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
Conversation
|
This one has non-trivial conflicts to go through. |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
| /** | ||
| * The origin-response specifies the outgoing response | ||
| */ | ||
| ORIGIN_RESPONSE = 'origin-response', |
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.
These new enum values do not seem right. The origin-X events are only available to Lambda@Edge functions but not CloudFront functions: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/edge-functions-choosing.html
|
Comments on closed issues and PRs are hard for our team to see. |
Description of changes
backfill missing enums for cloudfront
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license