@@ -54,7 +54,10 @@ functions within the same service.
5454
5555- [ Create an Amazon Textract explorer application] ( ../../cross_service/textract_explorer )
5656- [ Create and publish to a FIFO topic] ( sns_fifo_topic.py )
57+ - [ Detect people and objects in a video] ( ../../example_code/rekognition )
5758- [ Publish an SMS text message] ( sns_basics.py )
59+ - [ Use API Gateway to invoke a Lambda function] ( ../../example_code/lambda )
60+ - [ Use scheduled events to invoke a Lambda function] ( ../../example_code/lambda )
5861
5962
6063<!-- custom.examples.start-->
@@ -105,6 +108,18 @@ python sns_fifo_topic.py
105108<!-- custom.scenarios.sns_PublishFifoTopic.start-->
106109<!-- custom.scenarios.sns_PublishFifoTopic.end-->
107110
111+ #### Detect people and objects in a video
112+
113+ This example shows you how to detect people and objects in a video with Amazon Rekognition.
114+
115+
116+ <!-- custom.scenario_prereqs.cross_RekognitionVideoDetection.start-->
117+ <!-- custom.scenario_prereqs.cross_RekognitionVideoDetection.end-->
118+
119+
120+ <!-- custom.scenarios.cross_RekognitionVideoDetection.start-->
121+ <!-- custom.scenarios.cross_RekognitionVideoDetection.end-->
122+
108123#### Publish an SMS text message
109124
110125This example shows you how to publish SMS messages using Amazon SNS.
@@ -123,6 +138,30 @@ python sns_basics.py
123138<!-- custom.scenarios.sns_PublishTextSMS.start-->
124139<!-- custom.scenarios.sns_PublishTextSMS.end-->
125140
141+ #### Use API Gateway to invoke a Lambda function
142+
143+ This example shows you how to create an AWS Lambda function invoked by Amazon API Gateway.
144+
145+
146+ <!-- custom.scenario_prereqs.cross_LambdaAPIGateway.start-->
147+ <!-- custom.scenario_prereqs.cross_LambdaAPIGateway.end-->
148+
149+
150+ <!-- custom.scenarios.cross_LambdaAPIGateway.start-->
151+ <!-- custom.scenarios.cross_LambdaAPIGateway.end-->
152+
153+ #### Use scheduled events to invoke a Lambda function
154+
155+ This example shows you how to create an AWS Lambda function invoked by an Amazon EventBridge scheduled event.
156+
157+
158+ <!-- custom.scenario_prereqs.cross_LambdaScheduledEvents.start-->
159+ <!-- custom.scenario_prereqs.cross_LambdaScheduledEvents.end-->
160+
161+
162+ <!-- custom.scenarios.cross_LambdaScheduledEvents.start-->
163+ <!-- custom.scenarios.cross_LambdaScheduledEvents.end-->
164+
126165### Tests
127166
128167⚠ Running tests might result in charges to your AWS account.
@@ -149,4 +188,4 @@ in the `python` folder.
149188
150189Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
151190
152- SPDX-License-Identifier: Apache-2.0
191+ SPDX-License-Identifier: Apache-2.0
0 commit comments