Skip to content

Commit

Permalink
Updating generated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Dec 13, 2023
1 parent dc888a5 commit d11ea60
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
10 changes: 4 additions & 6 deletions _sources/tutorials/cdk.rst.txt
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
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions tutorials/cdk.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,10 @@ <h2>Installation and Configuration<a class="headerlink" href="#installation-and-
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ python3 -m pip install &quot;chalice[cdkv2]&quot;
</pre></div>
</div>
<p><strong>Note:</strong> Although cdk version 2 is recommended, you can still use cdk
version 1 the following way:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ python3 -m pip install &quot;chalice[cdk]&quot;
</pre></div>
</div>
<p><strong>Note:</strong> Please use CDK version 2, support for CDK version 1 ended
on June 1, 2023. See
<a class="reference external" href="https://docs.aws.amazon.com/cdk/v2/guide/work-with-cdk-python.html">Working with the AWS CDK in Python Doc</a>
for more information.</p>
<p>You’re now ready to create your first Chalice and CDK application.</p>
</section>
<section id="project-creation">
Expand Down

0 comments on commit d11ea60

Please sign in to comment.