- object creation in source S3 Bucket pushes notification to source SNS Topic
- LambdaLaunchStateMachine subscribes to source SNS Topic and starts the Step Function Statemachine
- The Statemachine handles the async flow of document analysis up to getting the analysis result
- what to do with the result is left open for now (e.g. automatic classification based on content, indexation for searching, compliance...)
- clone
- yarn
- npx projen build
- (Maybe install aws cdk cli and cdk bootstrap ? if first use ? (using ~/.aws/ files locally))
- yarn deploy
This is a type of awscdk-app-ts projen project.
- configure project in .projenrc
- run
npx projen build
to regenerate related files - change code in src/
- run
yarn deploy
to deploy the changes