Skip to content

Conversation

leandrodamascena
Copy link
Contributor

Issue number: closes #7471

Summary

Changes

Add JS scripts to support AWS docs.

User experience

Please share what the user experience looks like before and after this change


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@leandrodamascena leandrodamascena requested a review from a team as a code owner October 3, 2025 16:29
@pull-request-size pull-request-size bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Oct 3, 2025
@boring-cyborg boring-cyborg bot added the documentation Improvements or additions to documentation label Oct 3, 2025
@leandrodamascena
Copy link
Contributor Author

Can I have your review here @phipag ? Thanks

Copy link

sonarqubecloud bot commented Oct 3, 2025

@phipag
Copy link
Contributor

phipag commented Oct 3, 2025

LGTM

@leandrodamascena leandrodamascena requested review from dreamorosi and removed request for anafalcao October 3, 2025 17:18
@leandrodamascena leandrodamascena merged commit 45e2adb into develop Oct 3, 2025
8 checks passed
@leandrodamascena leandrodamascena deleted the docs/awsdocs branch October 3, 2025 19:41
Comment on lines -15 to -19
function copyToClipboard(e) {
e.preventDefault()
navigator.clipboard.writeText(e.target.textContent)
alert$.next("Copied to clipboard")
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the late comment, I just noticed this while making the same change on TS.

This function, as well as L52-57, L59-62, L64, L74-75, and L91 should have been kept as I think they provide the copy to clipboard feature in the layers docs.

See aws-powertools/powertools-lambda-typescript#4614 for how the file looks like, if you want to copy it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maintenance: Add AWS docs bootstrap JavaScript
3 participants