Skip to content

Commit 74e990e

Browse files
docs(versioning): add v2 maintainance mode banner (#5240)
* Adding v2 maintainance mode * Adding v2 maintainance mode * Adding v2 maintainance mode banner
1 parent 4d261b7 commit 74e990e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: docs/overrides/main.html

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

3+
{% block announce %}
4+
On March 25st, 2025 v2 of Powertools for AWS Lambda (Python) <a
5+
href="https://github.com/aws-powertools/powertools-lambda-python/issues/5239" target="_blank">will reach
6+
End-of-Life</a>. We recommend you to <a href="https://docs.powertools.aws.dev/lambda/python/latest/upgrade/"
7+
target="_blank">upgrade to v3</a>.
8+
{% endblock %}
9+
310
{% block outdated %}
411
You're not viewing the latest version.
512
<a href="{{ '../' ~ base_url }}">

Diff for: docs/utilities/data_classes.md

-1
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,6 @@ CodeDeploy triggers Lambdas with this event when defined in
622622
[AppSpec definitions](https://docs.aws.amazon.com/codedeploy/latest/userguide/reference-appspec-file-structure-hooks.html)
623623
to test applications at different stages of deployment.
624624

625-
626625
=== "app.py"
627626
```python
628627
from aws_lambda_powertools import Logger

Diff for: docs/versioning.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ 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) |
72+
| Powertools for AWS Lambda (Python) | 2.x | Maintenance Announcement | 09/25/2024 | See [announcement](https://github.com/aws-powertools/powertools-lambda-python/issues/5239) |
73+
| Powertools for AWS Lambda (Python) | 3.x | General Availability | 09/23/2024 | See [Release notes](https://github.com/aws-powertools/powertools-lambda-python/releases/tag/v3.0.0) |
7374
| Powertools for AWS Lambda (Python) | 3.x | Developer Preview | | See [RFC](https://github.com/aws-powertools/powertools-lambda-python/issues/4189) |
7475
| 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) |
7576
| 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)