Skip to content

Add missing parameters for CloudFront UpdateDistribution#24

Open
tomari wants to merge 1 commit intoubergeek42:masterfrom
tomari:master
Open

Add missing parameters for CloudFront UpdateDistribution#24
tomari wants to merge 1 commit intoubergeek42:masterfrom
tomari:master

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