Skip to content

Commit c1fae65

Browse files
docs(v3): fix small things in the documentation (#5224)
Fix small things in the documentation
1 parent b482152 commit c1fae65

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

Diff for: docs/index.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,14 @@ You can install Powertools for AWS Lambda (Python) using your favorite dependenc
6565

6666
[Lambda Layer](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html){target="_blank"} is a .zip file archive that can contain additional code, pre-packaged dependencies, data, or configuration files. We compile and optimize [all dependencies](#install), and remove duplicate dependencies [already available in the Lambda runtime](https://github.com/aws-powertools/powertools-lambda-layer-cdk/blob/d24716744f7d1f37617b4998c992c4c067e19e64/layer/Python/Dockerfile#L36){target="_blank"} to achieve the most optimal size.
6767

68-
For the latter, make sure to replace `{region}` with your AWS region, e.g., `eu-west-1`, and the `{python_version}` without the period (.), e.g., `312` for `Python 3.12`.
68+
For the latter, make sure to replace `{region}` with your AWS region, e.g., `eu-west-1`, and the `{python_version}` without the period (.), e.g., `python312` for `Python 3.12`.
6969

70-
* <u>x86 architecture</u>: __arn:aws:lambda:{region}:017000801446:layer:AWSLambdaPowertoolsPythonV3-python{python_version}-x86:1__{: .copyMe}:clipboard:
71-
* <u>ARM architecture</u>: __arn:aws:lambda:{region}:017000801446:layer:AWSLambdaPowertoolsPythonV3-python{python_version}-arm64:1__{: .copyMe}:clipboard:
70+
| Architecture | Layer ARN |
71+
| ------------ | --------------------------------------------------------------------------------------------------------- |
72+
| x86 | __arn:aws:lambda:{region}:017000801446:layer:AWSLambdaPowertoolsPythonV3-{python_version}-x86:1__{: .copyMe}:clipboard: |
73+
| ARM | __arn:aws:lambda:{region}:017000801446:layer:AWSLambdaPowertoolsPythonV3-{python_version}-arm64:1__{: .copyMe}:clipboard: |
74+
75+
=== "AWS Console"
7276

7377
You can add our layer using the [AWS Lambda Console _(direct link)_](https://console.aws.amazon.com/lambda/home#/add/layer){target="_blank"}:
7478

Diff for: docs/overrides/main.html

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{% extends "base.html" %}
22

3-
{% block announce %}
4-
🚨 The next major version (v3) is coming - <a href="https://github.com/aws-powertools/powertools-lambda-python/issues/4189">come learn and discuss upcoming changes</a>!
5-
{% endblock %}
6-
73
{% block outdated %}
84
You're not viewing the latest version.
95
<a href="{{ '../' ~ base_url }}">

Diff for: docs/versioning.md

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ To see the list of available major versions of Powertools for AWS Lambda and whe
6969

7070
| SDK | Major version | Current Phase | General Availability Date | Notes |
7171
| -------------------------------- | ------------- | -------------------- | ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
72+
| Powertools for AWS Lambda (Python) | 3.x | General Availability | 23/09/2024 | See [Release notes](https://github.com/aws-powertools/powertools-lambda-python/releases/tag/v3.0.0) |
7273
| Powertools for AWS Lambda (Python) | 3.x | Developer Preview | | See [RFC](https://github.com/aws-powertools/powertools-lambda-python/issues/4189) |
7374
| Powertools for AWS Lambda (Python) | 2.x | General Availability | 10/24/2022 | See [Release Notes](https://github.com/aws-powertools/powertools-lambda-python/releases/tag/v2.0.0) |
7475
| Powertools for AWS Lambda (Python) | 1.x | End of Support | 06/18/2020 | See [RFC](https://github.com/aws-powertools/powertools-lambda-python/issues/1459) and [upgrade guide](https://docs.powertools.aws.dev/lambda/python/latest/upgrade/) |

0 commit comments

Comments
 (0)