Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.28 KB

set-cloudfront-trigger.md

File metadata and controls

31 lines (26 loc) · 1.28 KB

set-cloudfront-trigger

Set up Lambda@Edge CloudFront behavior event triggers

Usage

claudia set-cloudfront-trigger {OPTIONS}

Options

  • --distribution-id: CloudFront distribution ID
    • For example: E17XW3PXPSO9
  • --event-types: Comma-separated list of trigger event types. See http://docs.aws.amazon.com/cloudfront/latest/APIReference/API_LambdaFunctionAssociation.html for valid values
    • For example: viewer-request,origin-response
  • --version: Alias or numerical version of the lambda function to execute the trigger
    • For example: production
  • --path-pattern: (optional) The path pattern matching the distribution cache behavior you want to change
    • For example: /dev
    • Defaults to: change is applied to the default distribution cache behavior
  • --source: (optional) Directory with project files
    • Defaults to: current directory
  • --config: (optional) Config file containing the resource names
    • Defaults to: claudia.json
  • --aws-delay: (optional) number of milliseconds betweeen retrying AWS operations if they fail
    • For example: 3000
    • Defaults to: 5000
  • --aws-retries: (optional) number of times to retry AWS operations if they fail
    • For example: 15
    • Defaults to: 15