Skip to content

Add missing parameters for CloudFront UpdateDistribution #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tomari
Copy link

@tomari tomari commented Oct 15, 2016

CustomHeaders and QueryStringCacheKeys parameters are added to appropriate places, as they are now required for CloudFront UpdateDistribution operation.

Tested against my S3/CloudFront distribution today and works ok.

@woneill
Copy link

woneill commented Nov 18, 2016

These changes were needed for me too. This was my first time setting this up

@MrMMorris
Copy link

for anyone else finding this, you will probably also need to add the following to the end of cf_config['DistributionConfig']['CacheBehaviors']['Items'].append:

'LambdaFunctionAssociations': {'Quantity': 0}

@k0nG
Copy link

k0nG commented Jul 26, 2017

Thanks @tomari / @MrMMorris this has helped me and is still working as of July 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants