Choose your own path: CDK or SAM
- shared/ - shared assets, such as images and scripts used by both CDK and SAM framework options
- cdk/ - uses AWS CDK to build and deploy the infrastructure using Python
- sam/ - uses AWS SAM to build and deploy the infrastructure
See README's in CDK or SAM directories for specific requirements and deployment steps
- Iterates over a list of objects in S3 provided as input using the Map state.
- Retrieves object metadata and uses Rekognition to obtain image labels in parallel using the Parallel state
- Data from previous parallel states is merged and stored as one DynamoDB entry
Check out more workflows on ServerlessLand
Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: MIT-0