

# 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)
+ [index.html をリクエスト URL に追加する](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)