Skip to content

Files

Latest commit

 

History

History

data-processing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Data Processing & Storage Pattern

What's here?

Choose your own path: CDK or SAM

  1. shared/ - shared assets, such as images and scripts used by both CDK and SAM framework options
  2. cdk/ - uses AWS CDK to build and deploy the infrastructure using Python
  3. sam/ - uses AWS SAM to build and deploy the infrastructure

See README's in CDK or SAM directories for specific requirements and deployment steps

What does this workflow do?

  1. Iterates over a list of objects in S3 provided as input using the Map state.
  2. Retrieves object metadata and uses Rekognition to obtain image labels in parallel using the Parallel state
  3. Data from previous parallel states is merged and stored as one DynamoDB entry

image

Want more?

Check out more workflows on ServerlessLand


Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.

SPDX-License-Identifier: MIT-0