Skip to content

Commit 3bd7993

Browse files
authored
Update maintenance mode message (#4676)
1 parent 1d6dc92 commit 3bd7993

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed
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 indicate it has entered maintenance mode"
5+
}

lib/maintenance_mode_message.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
var warning = [
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',
2+
'The AWS SDK for JavaScript (v2) is in maintenance mode.',
3+
' SDK releases are limited to address critical bug fixes and security issues only.\n',
44
'Please migrate your code to use AWS SDK for JavaScript (v3).',
5-
'For more information, check blog post at https://a.co/cUPnyil'
5+
'For more information, check the blog post at https://a.co/cUPnyil'
66
].join('\n');
77

88
module.exports = {

0 commit comments

Comments
 (0)