403 on Options request within SAM local invoke, but not when deployed?
Why does curl say “missing auth token”? As far as I know I definitely enabled the options method to return a default 200. I definitely have "AuthorizationType": "NONE"
in my options setup.
AWS::Serverless::Api – Cache Cluster set cache time to live
I have set a HTTP proxy with AWS::Serverless::Api using SAM. Although I was able to set CacheClusterEnabled and CacheClusterSize. I have not found a property to set the time to live of cache data. Where can I set this config?