Skip to content
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

feat(cloudfront): add lambda association #2760

Merged
merged 4 commits into from
Jun 12, 2019

Commits on Jun 12, 2019

  1. feat(cloudfront): add lambda association

    This enables to associate a lambda to a distribution behaviour.
    The lambda could be associated with the four available event-types.
    KnisterPeter committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    9fc8b00 View commit details
    Browse the repository at this point in the history
  2. fix(cloudfront): use lambda version instead of lambda for association

    The lambda associations requires a lambda version ARN instead of the
    function ARN.
    This in turn requires the exposure of the versionArn from the lambda
    version template.
    KnisterPeter committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    02d7bfb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed5cb66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f49d29 View commit details
    Browse the repository at this point in the history