Skip to content

Commit

Permalink
Merge branch 'patch-1'
Browse files Browse the repository at this point in the history
PR #2049

* patch-1:
  Reformat docs
  Update cdk.rst
  • Loading branch information
jamesls committed Dec 13, 2023
2 parents 29a18f9 + eb40d6c commit 65666d5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/source/tutorials/cdk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,10 @@ 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, support for CDK version 1 ended
on June 1, 2023. See
`Working with the AWS CDK in Python Doc <https://docs.aws.amazon.com/cdk/v2/guide/work-with-cdk-python.html>`__
for more information.

You're now ready to create your first Chalice and CDK application.

Expand Down

0 comments on commit 65666d5

Please sign in to comment.