A simple enrichment pipeline based on AWS StepFunctions and deployed through CDK
- Python 3.9+ . Installing through pyenv is recommended
- Poetry
- NodeJs
- AWS CDK CLI
- Docker
make init
Run test in local machine
make test
Run test in Docker
make docker-test
Deploy in local machine
make deploy
Deploy in Docker
make docker-deploy