Skip to content

Commit f78c23f

Browse files
authored
docs: added deprecation note (#1188)
1 parent 71672de commit f78c23f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/overrides/main.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,13 @@
55
<a href="{{ '../' ~ base_url }}">
66
<strong>Click here to go to latest.</strong>
77
</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.
817
{% endblock %}

0 commit comments

Comments
 (0)