AWS StepFunctions Demo

A simple enrichment pipeline based on AWS StepFunctions and deployed through CDK

design

Prerequisites

Development

Set up project

make init

Test

Run test in local machine

make test

Run test in Docker

make docker-test

Deploy

Deploy in local machine

make deploy

Deploy in Docker

make docker-deploy