We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71672de commit f78c23fCopy full SHA for f78c23f
docs/overrides/main.html
@@ -5,4 +5,13 @@
5
<a href="{{ '../' ~ base_url }}">
6
<strong>Click here to go to latest.</strong>
7
</a>
8
+{% endblock %}
9
+
10
+{% block announce %}
11
+Version 1.5.0 will be the last version to support Node.js 12. <br /> Node.js 12 has reached end-of-life and the
12
+corresponding
13
+AWS Lambda runtime will be deprecated at the end of March 2023. Please upgrade to Node.js 14 or later.<br />
14
+<a href="https://github.com/awslabs/aws-lambda-powertools-typescript/issues/1061#issuecomment-1349031362"
15
+ target="_blank">Click here to read the full announcement</a>, or <a href="https://discord.gg/B8zZKbbyET"
16
+ target="_blank">join our Discord server</a> to chime in the discussion.
17
{% endblock %}
0 commit comments