Skip to content

Commit

Permalink
Update maintenance mode message (#4676)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Sep 6, 2024
1 parent 1d6dc92 commit 3bd7993
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/feature-Support-4fb4c97e.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "feature",
"category": "Support",
"description": "Update maintenance mode message to indicate it has entered maintenance mode"
}
6 changes: 3 additions & 3 deletions lib/maintenance_mode_message.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
var warning = [
'The AWS SDK for JavaScript (v2) will enter maintenance mode',
'on September 8, 2024 and reach end-of-support on September 8, 2025.\n',
'The AWS SDK for JavaScript (v2) is in maintenance mode.',
' SDK releases are limited to address critical bug fixes and security issues only.\n',
'Please migrate your code to use AWS SDK for JavaScript (v3).',
'For more information, check blog post at https://a.co/cUPnyil'
'For more information, check the blog post at https://a.co/cUPnyil'
].join('\n');

module.exports = {
Expand Down

0 comments on commit 3bd7993

Please sign in to comment.