Skip to content

Commit 4050290

Browse files
Adding v2 maintainance mode banner
1 parent 9680365 commit 4050290

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/overrides/main.html

Lines changed: 7 additions & 0 deletions
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 }}">

0 commit comments

Comments
 (0)