You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to keep the broker maintainable and understandable, we want to use QueryStringsConfig when calling create/updateDistribution on cloudfront distributions, rather than ForwarededValues.QueryString
For now, we should match the existing behavior, which is to forward all query strings and cache on all query strings
Security considerations
This does not effect security
The text was updated successfully, but these errors were encountered:
AWS doesn't seem to be removing this functionality soon, and the new config is going to hit service limits quickly. We should talk with AWS about timeline for deprecation and hard limits.
In order to keep the broker maintainable and understandable, we want to use
QueryStringsConfig
when calling create/updateDistribution on cloudfront distributions, rather thanForwarededValues.QueryString
For now, we should match the existing behavior, which is to forward all query strings and cache on all query strings
Security considerations
This does not effect security
The text was updated successfully, but these errors were encountered: