Anyone know what the actual settings are for `cf.C...
# help
d
Anyone know what the actual settings are for
cf.CachePolicy.CACHING_DISABLED
? I basically want NO caching… but I DO want CF to passthrough the querystrings
nm, found it by peaking at the CDK code for what ManagedPolicy its using….
hmmm…. doesn’t allow querystring to passthru if not cached? I don’t want caching but I DO want them to passthru
c
let me do a quick search in my codebase
I have a custom policy to bypass all cache... it's connected to an api
d
Oh, I’m barking up the wrong tree… I wanted
OriginRequestPolicy
all good now.
c
ah cool
I also forgot that this is sst and it may be different than just cdk
d
ya I think this is just CDK