Skip to content

Commit

Permalink
Adding v2 maintainance mode banner
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodamascena committed Sep 25, 2024
1 parent 9680365 commit 4050290
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{% extends "base.html" %}

{% block announce %}
On March 25st, 2025 v2 of Powertools for AWS Lambda (Python) <a
href="https://github.com/aws-powertools/powertools-lambda-python/issues/5239" target="_blank">will reach
End-of-Life</a>. We recommend you to <a href="https://docs.powertools.aws.dev/lambda/python/latest/upgrade/"
target="_blank">upgrade to v3</a>.
{% endblock %}

{% block outdated %}
You're not viewing the latest version.
<a href="{{ '../' ~ base_url }}">
Expand Down

0 comments on commit 4050290

Please sign in to comment.