Skip to content

Commit a7daf59

Browse files
authored
Add SOS files (awsdocs#4622)
* Update cross_metadata.yaml * Add files via upload
1 parent 4b891ee commit a7daf59

File tree

2 files changed

+60
-3
lines changed

2 files changed

+60
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file://zonbook/docbookx.dtd"[
3+
<!ENTITY % phrases-shared SYSTEM "file://AWSShared/common/phrases-shared.ent">
4+
%phrases-shared;
5+
]>
6+
<block>
7+
<para>
8+
Shows how to develop a photo asset management application that lets users manage photos using labels.
9+
</para>
10+
<para>
11+
For complete source code and instructions on how to set up and run, see the full example on
12+
<ulink url="https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/javav2/usecases/pam_source_files">GitHub</ulink>.
13+
</para>
14+
</block>

.doc_gen/metadata/cross_metadata.yaml

+46-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# zexi 0.4.0
2+
cross_PAM:
3+
title: Create a photo asset management application that lets users manage photos using labels
4+
title_abbrev: Create a serverless application to manage photos
5+
synopsis: create a serverless application that lets users manage photos using labels.
6+
languages:
7+
Java:
8+
versions:
9+
- sdk_version: 2
10+
block_content: cross_PAM_Java_block.xml
11+
services:
12+
sns:
13+
s3:
14+
dynamodb:
15+
rekognition:
16+
lambda:
217
cross_RedshiftDataTracker:
318
title: Create an &RSlong; item tracker
419
title_abbrev: Create a web application to track &RS; data
@@ -282,7 +297,6 @@ cross_LambdaAPIGateway:
282297
Python:
283298
versions:
284299
- sdk_version: 3
285-
github: python/example_code/lambda/api_gateway_rest.py
286300
block_content: cross_LambdaAPIGateway_Python_block.xml
287301
services:
288302
api-gateway:
@@ -309,7 +323,6 @@ cross_LambdaScheduledEvents:
309323
Python:
310324
versions:
311325
- sdk_version: 3
312-
github: python/example_code/lambda/scheduled_lambda.py
313326
block_content: cross_LambdaScheduledEvents_Python_block.xml
314327
add_services:
315328
cloudwatch-logs:
@@ -434,7 +447,6 @@ cross_RekognitionVideoDetection:
434447
Python:
435448
versions:
436449
- sdk_version: 3
437-
github: python/example_code/rekognition/rekognition_video_detection.py
438450
block_content: cross_RekognitionVideoDetection_Python_block.xml
439451
add_services:
440452
sns:
@@ -504,3 +516,34 @@ cross_LambdaForBrowser:
504516
services:
505517
lambda:
506518
dynamodb:
519+
cross_ShortLivedEmrCluster:
520+
title: Create a short-lived &EMR; cluster and run a step using an &AWS; SDK
521+
title_abbrev: Create a short-lived &EMR; cluster and run a step
522+
synopsis: create a short-lived &EMR; cluster that runs a step and automatically
523+
terminates after the step completes.
524+
languages:
525+
Python:
526+
versions:
527+
- sdk_version: 3
528+
github: python/example_code/emr
529+
block_content: cross_EmrShortLivedCluster_Python_block.xml
530+
services:
531+
ec2:
532+
emr:
533+
iam:
534+
s3:
535+
cross_LongLivedEmrCluster:
536+
title: Create a long-lived &EMR; cluster and run steps using an &AWS; SDK
537+
title_abbrev: Create a long-lived &EMR; cluster and run steps
538+
synopsis: create a long-lived &EMR; cluster and run several steps.
539+
languages:
540+
Python:
541+
versions:
542+
- sdk_version: 3
543+
github: python/example_code/emr
544+
block_content: cross_EmrLongLivedCluster_Python_block.xml
545+
services:
546+
ec2:
547+
emr:
548+
iam:
549+
s3:

0 commit comments

Comments
 (0)