Skip to content

Commit

Permalink
Update maintenance mode message to justify hint (#4351)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Feb 22, 2023
1 parent cc65a10 commit 1b89b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/maintenance_mode_message.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var warning = [
'The AWS SDK for JavaScript (v2) will be put into maintenance mode in 2023.\n',
'We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.\n',
'Please migrate your code to use AWS SDK for JavaScript (v3).',
'For more information, check the migration guide at https://a.co/7PzMCcy'
].join('\n');
Expand Down

0 comments on commit 1b89b85

Please sign in to comment.