Skip to content

Commit cc87e1d

Browse files
authored
Update maintenance mode message to share upcoming end-of-life (#4603)
1 parent 6515747 commit cc87e1d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Support",
4+
"description": "Update maintenance mode message to share upcoming end-of-support"
5+
}

lib/maintenance_mode_message.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
var warning = [
2-
'We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.\n',
2+
'The AWS SDK for JavaScript (v2) will enter maintenance mode',
3+
'on September 8, 2024 and reach end-of-support on September 8, 2025.\n',
34
'Please migrate your code to use AWS SDK for JavaScript (v3).',
4-
'For more information, check the migration guide at https://a.co/7PzMCcy'
5+
'For more information, check blog post at https://a.co/cUPnyil'
56
].join('\n');
67

78
module.exports = {

0 commit comments

Comments
 (0)