Skip to content
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

JavaScript (v3): Rekognition, DDB - Remove unhelpful examples #6817

Merged

Conversation

cpyle0819
Copy link
Contributor

This pull request removes the rekognition PPE, rekognition video analyzer, and item tracker examples.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@cpyle0819 cpyle0819 added the Task A general update to the code base for language clarification, missing actions, tests, etc. label Sep 6, 2024
@cpyle0819 cpyle0819 requested a review from a team September 6, 2024 13:56
@cpyle0819 cpyle0819 self-assigned this Sep 6, 2024
@cpyle0819 cpyle0819 requested review from DennisTraub and removed request for a team September 6, 2024 13:56
@github-actions github-actions bot added the Javascript-v3 This issue relates to the AWS SDK for Javascript V3 label Sep 6, 2024
@cpyle0819 cpyle0819 requested review from a team, Laren-AWS and brmur and removed request for DennisTraub and a team September 6, 2024 13:57
@cpyle0819 cpyle0819 added the On Call Review needed This work needs an on-call review label Sep 6, 2024
The rekognition PPE app is not much different from the photo analyzer
cross service example. The only difference is the action used analyze
the photos. The example also used outdated jquery versions, and needed
heavy refactoring. There are no usages of this app in a dev guide so
I'm removing it.
The item tracker example was an express app showing basic usage of DynamoDB.
It also had deprecated versions of jquery and needed heavy refactoring to be
up to standard. Other examples cover the DynamoDB usage more thoroughly,
and this example isn't being referenced anywhere.
While we don't have other examples of analyzing video, it's a simple
call that's covered by SDK reference docs. This example is using
deprecated versions of jquery, is documented incorrectly, needs
heavy refactoring, and is showcasing bad practices by doing so much
processing on the client side. Deleting this for now as I believe it's
anti-helpful to customers.
@DavidSouther DavidSouther force-pushed the corepyle/jquery-update-V1365905289 branch from 243ff6b to 0fa8d3c Compare September 6, 2024 17:51
@DavidSouther DavidSouther added On Call Review complete On call review complete and removed On Call Review needed This work needs an on-call review labels Sep 6, 2024
@DavidSouther DavidSouther merged commit 73cb1ba into awsdocs:main Sep 6, 2024
19 checks passed
@cpyle0819 cpyle0819 deleted the corepyle/jquery-update-V1365905289 branch September 30, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Javascript-v3 This issue relates to the AWS SDK for Javascript V3 On Call Review complete On call review complete Task A general update to the code base for language clarification, missing actions, tests, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants