Skip to content

Commit 57d299c

Browse files
Adding banner
1 parent ead03a5 commit 57d299c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/overrides/main.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{% extends "base.html" %}
22

3+
{% block announce %}
4+
<p>🚨 As of February 8, 2024, AWS Lambda will no longer allow Python 3.7 functions to be updated. Inline with this, Powertools releases will stop supporting it.</p>
5+
<p>Please ensure you update your functions to Python 3.8 or later to continue to use the latest version of Powertools for AWS Lambda (Python).</p>
6+
{% endblock %}
7+
38
{% block outdated %}
49
You're not viewing the latest version.
510
<a href="{{ '../' ~ base_url }}">

0 commit comments

Comments
 (0)