bref icon indicating copy to clipboard operation
bref copied to clipboard

Deprecated use of `ForwardedValues` in "Bref for Web Apps"

Open afu-dev opened this issue 4 years ago • 0 comments

Just discovered when checking the documentation of ForwardedValues that this field has been deprecated: https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ForwardedValues.html

It's currently used in some place like https://github.com/brefphp/bref/blob/master/docs/websites.md (https://bref.sh/docs/websites.html).

We should be using CachePolicy now (AWS::CloudFront::CachePolicy).

afu-dev avatar Dec 10 '20 10:12 afu-dev