aws-cloudfront icon indicating copy to clipboard operation
aws-cloudfront copied to clipboard

Set individual TTL times (Min TTL, Max TLL, Default TTL)?

Open mattdell opened this issue 5 years ago • 1 comments

Looking at https://github.com/serverless-components/aws-cloudfront/blob/master/lib/getCacheBehavior.js

I see the input is ttl which then gets assigned to all TTL values.

MinTTL: ttl,
DefaultTTL: ttl,
MaxTTL: ttl,

But I want to set MaxTTL only to 31536000

mattdell avatar Jul 23 '20 16:07 mattdell

@eahefnawy is this repo active?

mattdell avatar Aug 03 '20 10:08 mattdell