Skip to content

Commit

Permalink
Updating generated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
github-aws-sdk-python-automation@amazon.com committed Dec 12, 2023
1 parent df46bbf commit dc888a5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions _sources/topics/middleware.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -271,15 +271,15 @@ Integrating with AWS Lambda Powertools
--------------------------------------

`AWS Lambda Powertools
<https://awslabs.github.io/aws-lambda-powertools-python/latest/>`__ is a suite of
<https://docs.powertools.aws.dev/lambda/python/latest/>`__ is a suite of
utilities for AWS Lambda functions that makes tracing with AWS X-Ray,
structured logging and creating custom metrics asynchronously easier.

You can use Chalice middleware to easily integrate Lambda Powertools with
your Chalice apps. In this example, we'll use the
`Logger
<https://awslabs.github.io/aws-lambda-powertools-python/latest/core/logger/>`__
and `Tracer <https://awslabs.github.io/aws-lambda-powertools-python/latest/core/tracer/>`__
<https://docs.powertools.aws.dev/lambda/python/latest/core/logger/>`__
and `Tracer <https://docs.powertools.aws.dev/lambda/python/latest/core/tracer/>`__
and convert them to Chalice middleware so they will be automatically applied
to all Lambda functions in our application.

Expand Down
2 changes: 1 addition & 1 deletion quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h1>Quickstart<a class="headerlink" href="#quickstart" title="Permalink to this
<p>In this tutorial, you’ll use the <code class="docutils literal notranslate"><span class="pre">chalice</span></code> command line utility
to create and deploy a basic REST API. This quickstart uses Python 3.7,
but AWS Chalice supports all versions of python supported by AWS Lambda,
which includes python3.6, python3.7, python3.8, python3.9, python3.10.
which includes python3.6, python3.7, python3.8, python3.9, python3.10, python3.11.
You can find the latest versions of python on the
<a class="reference external" href="https://www.python.org/downloads/">Python download page</a>.</p>
<p>To install Chalice, we’ll first create and activate a virtual environment
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions topics/middleware.html
Original file line number Diff line number Diff line change
Expand Up @@ -358,13 +358,13 @@ <h3>Modifying a Response<a class="headerlink" href="#modifying-a-response" title
</section>
<section id="integrating-with-aws-lambda-powertools">
<span id="powertools-example"></span><h3>Integrating with AWS Lambda Powertools<a class="headerlink" href="#integrating-with-aws-lambda-powertools" title="Permalink to this headline"></a></h3>
<p><a class="reference external" href="https://awslabs.github.io/aws-lambda-powertools-python/latest/">AWS Lambda Powertools</a> is a suite of
<p><a class="reference external" href="https://docs.powertools.aws.dev/lambda/python/latest/">AWS Lambda Powertools</a> is a suite of
utilities for AWS Lambda functions that makes tracing with AWS X-Ray,
structured logging and creating custom metrics asynchronously easier.</p>
<p>You can use Chalice middleware to easily integrate Lambda Powertools with
your Chalice apps. In this example, we’ll use the
<a class="reference external" href="https://awslabs.github.io/aws-lambda-powertools-python/latest/core/logger/">Logger</a>
and <a class="reference external" href="https://awslabs.github.io/aws-lambda-powertools-python/latest/core/tracer/">Tracer</a>
<a class="reference external" href="https://docs.powertools.aws.dev/lambda/python/latest/core/logger/">Logger</a>
and <a class="reference external" href="https://docs.powertools.aws.dev/lambda/python/latest/core/tracer/">Tracer</a>
and convert them to Chalice middleware so they will be automatically applied
to all Lambda functions in our application.</p>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">chalice</span> <span class="kn">import</span> <span class="n">Chalice</span>
Expand Down

0 comments on commit dc888a5

Please sign in to comment.