1
1
# 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 :
2
17
cross_RedshiftDataTracker :
3
18
title : Create an &RSlong; item tracker
4
19
title_abbrev : Create a web application to track &RS; data
@@ -282,7 +297,6 @@ cross_LambdaAPIGateway:
282
297
Python :
283
298
versions :
284
299
- sdk_version : 3
285
- github : python/example_code/lambda/api_gateway_rest.py
286
300
block_content : cross_LambdaAPIGateway_Python_block.xml
287
301
services :
288
302
api-gateway :
@@ -309,7 +323,6 @@ cross_LambdaScheduledEvents:
309
323
Python :
310
324
versions :
311
325
- sdk_version : 3
312
- github : python/example_code/lambda/scheduled_lambda.py
313
326
block_content : cross_LambdaScheduledEvents_Python_block.xml
314
327
add_services :
315
328
cloudwatch-logs :
@@ -434,7 +447,6 @@ cross_RekognitionVideoDetection:
434
447
Python :
435
448
versions :
436
449
- sdk_version : 3
437
- github : python/example_code/rekognition/rekognition_video_detection.py
438
450
block_content : cross_RekognitionVideoDetection_Python_block.xml
439
451
add_services :
440
452
sns :
@@ -504,3 +516,34 @@ cross_LambdaForBrowser:
504
516
services :
505
517
lambda :
506
518
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