

Doc AWS SDK Examples GitHub リポジトリには、他にも SDK の例があります。 [AWS](https://github.com/awsdocs/aws-doc-sdk-examples)

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# CloudFront の CloudFront Functions の例
<a name="cloudfront_code_examples_cloudfront_functions_examples"></a>

次のコード例は、 AWS SDKs で CloudFront を使用する方法を示しています。

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