Skip to content

v0.23.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 10 Nov 21:10
9fb2262
Add response headers policy input for CloudFront distributions default behaviour @itschrishudson (#76)

what

  • Adds an input to pass a response headers policy ID into the CloudFront distribution in the default cache behaviour.

why

  • AWS have recently released the ability to generate response header policies to add response headers for CORS/Security and custom use cases instead of setting at the origin or using a Lambda.
  • The current module does not allow you to pass in the ID of a policy in order to associate it with a the CloudFront distributions default behaviour.

references