Skip to content

Commit 73cb1ba

Browse files
authored
JavaScript (v3): Rekognition, DDB - Remove unhelpful examples (#6817)
* JavaScript (v3): Rekognition - Delete Rekognition PPE app 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. * JavaScript (v3): DynamoDB - Remove item tracker cross service example 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. * JavaScript (v3): Rekognition - Remove video analyzer 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.
1 parent b7888f9 commit 73cb1ba

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+0
-4849
lines changed

.doc_gen/cross-content/cross_DynamoDBDataTracker_JavaScript_block.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.doc_gen/cross-content/cross_RekognitionPhotoAnalyzerPPE_JavaScript_block.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.doc_gen/cross-content/cross_RekognitionVideoAnalyzer_JavaScript_block.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.doc_gen/metadata/cross_metadata.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,6 @@ cross_DynamoDBDataTracker:
235235
- sdk_version: 3
236236
github: python/cross_service/dynamodb_item_tracker
237237
block_content: cross_DynamoDBDataTracker_Python_block.xml
238-
JavaScript:
239-
versions:
240-
- sdk_version: 3
241-
block_content: cross_DynamoDBDataTracker_JavaScript_block.xml
242238
service_main: dynamodb
243239
services:
244240
dynamodb:
@@ -475,10 +471,6 @@ cross_RekognitionPhotoAnalyzerPPE:
475471
versions:
476472
- sdk_version: 2
477473
block_content: cross_RekognitionLambdPPE_Java_block.xml
478-
JavaScript:
479-
versions:
480-
- sdk_version: 3
481-
block_content: cross_RekognitionPhotoAnalyzerPPE_JavaScript_block.xml
482474
service_main: rekognition
483475
services:
484476
rekognition:
@@ -531,13 +523,6 @@ cross_RekognitionVideoDetection:
531523
add_services:
532524
s3:
533525
ses:
534-
JavaScript:
535-
versions:
536-
- sdk_version: 3
537-
block_content: cross_RekognitionVideoAnalyzer_JavaScript_block.xml
538-
add_services:
539-
s3:
540-
ses:
541526
Python:
542527
versions:
543528
- sdk_version: 3

0 commit comments

Comments
 (0)