Droplr/serverless-api-cloudfront

Parameters for PriceClass and MinimumProtocolVersion would be nice

Closed this issue · 2 comments

The plugin uses fixed / default Price Class "Use All Edge Locations (Best Performance)" and Security Policy "TLSv1". Would be nice if you could configure these as well through parameters like (for example):

DistributionConfig
PriceClass: PriceClass_100

DistributionConfig
ViewerCertificate:
MinimumProtocolVersion: TLSv1.1_2016

Hey there!

As found out here: #14 PriceClass can be configured in plugin :) I will close this PR soon.

About Security Policy, any PR is welcome :)

Published under 0.9.5 :)