Allow the user to define the CloudFront distribution settings in the YAML configuration file.
If those settings exist, call the PUT Distribution API with the settings.
This feature lets the user have all the CDN settings in the configuration file, thus saving him from the burden of fiddling with the AWS Console every time he changes something. Furthermore, this feature makes it possible to create a new S3 website + CloudFront deployment solely with configure-s3-website and a configuration file.
With the current (1.3.0) version of configure-s3-website, it is only possible to create new CloudFront distros, not modify existing ones.
Allow the user to define the CloudFront distribution settings in the YAML configuration file.
If those settings exist, call the PUT Distribution API with the settings.
This feature lets the user have all the CDN settings in the configuration file, thus saving him from the burden of fiddling with the AWS Console every time he changes something. Furthermore, this feature makes it possible to create a new S3 website + CloudFront deployment solely with
configure-s3-website
and a configuration file.With the current (1.3.0) version of
configure-s3-website
, it is only possible to create new CloudFront distros, not modify existing ones.