Skip to content

Add message about JS SDK v2 end-of-support #4596

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc-src/templates/default/layout/html/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</div>

<div id="content">
<%= erb(:v3note) %>
<%= erb(:v2note) %>
<!--REGION_DISCLAIMER_DO_NOT_REMOVE-->
<%= yieldall %>
</div>
Expand Down
13 changes: 13 additions & 0 deletions doc-src/templates/default/layout/html/v2note.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<div class="alert alert-info">
<div class="alert-icon"></div>
<div>
<div class="alert-header">
We <a href"https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-javascript-v2">announced</a> the upcoming
end-of-support for AWS SDK for JavaScript v2.
</div>
<div class="alert-content">
We recommend that you migrate to <a href="https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html">AWS SDK for JavaScript v3</a>.
For dates, additional details, and information on how to migrate, please refer to the linked announcement.
</div>
</div>
</div>
12 changes: 0 additions & 12 deletions doc-src/templates/default/layout/html/v3note.erb

This file was deleted.