default_cache_behavior {
lambda_function_association {
event_type = "origin-response"
lambda_arn = "${aws_lambda_function.sso_cloudfront_trigger.arn}:${aws_lambda_function.sso_cloudfront_trigger.version}"
include_body = false
}
}
resource "aws_lambda_function" "sso_cloudfront_trigger" {
OlderNewer