Skip to content

Commit 93fa497

Browse files
authored
Merge branch 'develop' into feat/reduce-batch-boilerplate
2 parents 45fa58c + 9f430b1 commit 93fa497

File tree

6 files changed

+77
-82
lines changed

6 files changed

+77
-82
lines changed

Diff for: docs/overrides/main.html

-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
{% extends "base.html" %}
22

3-
{% block announce %}
4-
👋 Powertools for Python v1 will no longer receive updates or releases after 31/03/2023!
5-
We encourage you to read our <a href="{{ base_url }}/upgrade/#end-of-support-v1">upgrade guide on how to migrate to v2</a>.
6-
{% endblock %}
7-
83
{% block outdated %}
94
You're not viewing the latest version.
105
<a href="{{ '../' ~ base_url }}">

Diff for: docs/upgrade.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Guide to update between major Powertools versions
77

88
## End of support v1
99

10-
On March 31st, AWS Lambda Powertools for Python v1 will reach end of support. After that, Powertools v1 will no longer receive updates or releases. If you are still using v1, we encourage you to read our upgrade guide and update to the latest version.
10+
!!! warning "On March 31st, 2023, AWS Lambda Powertools for Python v1 reached end of support and will no longer receive updates or releases. If you are still using v1, we strongly recommend you to read our upgrade guide and update to the latest version."
1111

1212
Given our commitment to all of our customers using AWS Lambda Powertools for Python, we will keep [Pypi](https://pypi.org/project/aws-lambda-powertools/) v1 releases and documentation 1.x versions to prevent any disruption.
1313

Diff for: package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "aws-lambda-powertools-python-e2e",
33
"version": "1.0.0",
44
"devDependencies": {
5-
"aws-cdk": "^2.72.1"
5+
"aws-cdk": "^2.73.0"
66
}
77
}

0 commit comments

Comments
 (0)