v0.12.0
add custom_header variable to send custom headers to origin @bkero (#47)
what
- Adds the ability to specify custom headers that are sent to the origin for requests
why
- To facilitate the common pattern of only allowing traffic to origins that come form a certain CloudFront CDN, or for other use cases
references
closes #46