aws-cloudfront
                                
                                 aws-cloudfront copied to clipboard
                                
                                    aws-cloudfront copied to clipboard
                            
                            
                            
                        Deploy an AWS CloudFront distribution for the provided origins using Serverless Components
We use the custom origins to map the old api while moving to NextJs which contain some old endoints which need a higher timeout, at this moment we cant use...
CloudFront supports cache policy as of now. Can we please make this the default option for enabling Brottli compression too.
I would like to discuss a new feature to be able to specify `Aliases` and `ViewerCertificate` (similar to #13 ) in order to specify multiple CNAME values as well as...
We currently use Terraform for our CloudFront configuration and our origins have a custom ID. I'm using the serverless-next.js plugin and it would a good idea to allow a custom...
Related to https://github.com/serverless-components/aws-cloudfront/issues/18 * Handles s3 website urls differently - S3 buckets used to serve websites should use CustomOrigin as per https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_S3OriginConfig.html * Allow multiple origins from same s3 bucket...
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...
Previously active (enabled) distributions were never removed only disabled
It looks like the PriceClass option is hardcoded as PriceClass_All - is there any scope for changing this to support reduced price classes, for when global distribution is not required?