aws-powertools/powertools-lambda-python

Maintenance: Update Documentation Copyright notice

Closed this issue · 3 comments

Why is this needed?

Inline with AWS documentation, we should update our documentation footer to reference the privacy and site terms pages for AWS documentation.

Which area does this relate to?

Governance

Solution

Perform an update similar to this in mkdocs.yaml.

-copyright: Copyright © 2021 Amazon Web Services
+copyright: |
+  <div id="awsdocs-legal-zone-copyright">
+      <a href="https://aws.amazon.com/privacy" target="_blank" rel="nofollow">Privacy</a> |
+      <a href="https://aws.amazon.com/terms/" target="_blank" rel="nofollow">Site terms</a> |
+      <span class="copyright">
+        © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.
+      </span>
+  </div>

Acknowledgment

I can take it...

Warning

This issue is now closed. Please be mindful that future comments are hard for our team to see.
If you need more assistance, please either reopen the issue, or open a new issue referencing this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

This is now released under 3.20.0 version!