From d3dc4253bfc3688dbdbf787468fed9d32f461106 Mon Sep 17 00:00:00 2001 From: hitrust Date: Thu, 22 Jun 2023 10:48:48 +0800 Subject: [PATCH 1/2] Update cdk.rst support for CDK version 1 ended --- docs/source/tutorials/cdk.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/source/tutorials/cdk.rst b/docs/source/tutorials/cdk.rst index 947e8ae66..194ea7615 100644 --- a/docs/source/tutorials/cdk.rst +++ b/docs/source/tutorials/cdk.rst @@ -55,12 +55,7 @@ To install the necessary dependencies run the following command: $ python3 -m pip install "chalice[cdkv2]" -**Note:** Although cdk version 2 is recommended, you can still use cdk -version 1 the following way: - -:: - - $ python3 -m pip install "chalice[cdk]" +**Note:** Please use CDK version 2, according to `Working with the AWS CDK in Python Doc `__, support for CDK version 1 ended entirely on June 1, 2023. You're now ready to create your first Chalice and CDK application. From eb40d6c43b28b76b4fb56a0293bfc41e144c20bb Mon Sep 17 00:00:00 2001 From: James Saryerwinnie Date: Wed, 13 Dec 2023 12:14:50 -0500 Subject: [PATCH 2/2] Reformat docs --- docs/source/tutorials/cdk.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/source/tutorials/cdk.rst b/docs/source/tutorials/cdk.rst index 194ea7615..9bca14331 100644 --- a/docs/source/tutorials/cdk.rst +++ b/docs/source/tutorials/cdk.rst @@ -55,7 +55,10 @@ To install the necessary dependencies run the following command: $ python3 -m pip install "chalice[cdkv2]" -**Note:** Please use CDK version 2, according to `Working with the AWS CDK in Python Doc `__, support for CDK version 1 ended entirely on June 1, 2023. +**Note:** Please use CDK version 2, support for CDK version 1 ended +on June 1, 2023. See +`Working with the AWS CDK in Python Doc `__ +for more information. You're now ready to create your first Chalice and CDK application.