

Doc AWS SDK 예제 GitHub 리포지토리에서 더 많은 SDK 예제를 사용할 수 있습니다. [AWS](https://github.com/awsdocs/aws-doc-sdk-examples) 

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

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

다음 코드 예제에서는 CloudFront를 AWS SDKs와 함께 사용하는 방법을 보여줍니다.

**Topics**
+ [HTTP 보안 헤더 추가](cloudfront_example_cloudfront_functions_add_security_headers_section.md)
+ [CORS 헤더 추가](cloudfront_example_cloudfront_functions_add_cors_header_section.md)
+ [캐시 제어 헤더 추가](cloudfront_example_cloudfront_functions_add_cache_control_header_section.md)
+ [실제 클라이언트 IP 헤더 추가](cloudfront_example_cloudfront_functions_add_true_client_ip_header_section.md)
+ [오리진 헤더 추가](cloudfront_example_cloudfront_functions_add_origin_header_section.md)
+ [요청 URL에 index.html 추가](cloudfront_example_cloudfront_functions_url_rewrite_single_page_apps_section.md)
+ [쿼리 문자열 파라미터 정규화](cloudfront_example_cloudfront_functions_normalize_query_string_parameters_section.md)
+ [새 URL로 리디렉션](cloudfront_example_cloudfront_functions_redirect_based_on_country_section.md)
+ [요청 URI 재작성](cloudfront_example_cloudfront_functions_kvs_conditional_read_section.md)
+ [뷰어에 더 가까운 오리진 선택](cloudfront_example_cloudfront_functions_select_origin_based_on_country_section.md)
+ [키 값 페어 사용](cloudfront_example_cloudfront_functions_kvs_key_value_pairs_section.md)
+ [단순 토큰 검증](cloudfront_example_cloudfront_functions_kvs_jwt_verify_section.md)