Skip to content

huynguyent/aws-stepfunctions-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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