

# CloudFront의 CloudFront Functions 예제
<a name="service_code_examples_cloudfront_functions_examples"></a>

다음 코드 예제에서는 AWS SDK에서 CloudFront를 사용한 방법을 보여줍니다.

**Topics**
+ [HTTP 보안 헤더 추가](example_cloudfront_functions_add_security_headers_section.md)
+ [CORS 헤더 추가](example_cloudfront_functions_add_cors_header_section.md)
+ [캐시 제어 헤더 추가](example_cloudfront_functions_add_cache_control_header_section.md)
+ [실제 클라이언트 IP 헤더 추가](example_cloudfront_functions_add_true_client_ip_header_section.md)
+ [오리진 헤더 추가](example_cloudfront_functions_add_origin_header_section.md)
+ [요청 URL에 index.html 추가](example_cloudfront_functions_url_rewrite_single_page_apps_section.md)
+ [쿼리 문자열 파라미터 정규화](example_cloudfront_functions_normalize_query_string_parameters_section.md)
+ [새 URL로 리디렉션](example_cloudfront_functions_redirect_based_on_country_section.md)
+ [요청 URI 재작성](example_cloudfront_functions_kvs_conditional_read_section.md)
+ [뷰어에 더 가까운 오리진 선택](example_cloudfront_functions_select_origin_based_on_country_section.md)
+ [키 값 페어 사용](example_cloudfront_functions_kvs_key_value_pairs_section.md)
+ [단순 토큰 검증](example_cloudfront_functions_kvs_jwt_verify_section.md)