CDK for a little computer vision project that generates labels for images in an S3 bucket for now. Plans to expand further to include more computer vision tasks.
The actual lambda function can be found in another repo within the account called ImageLabelGeneratorLambda. https://github.com/sushmullur/ImageLabelGeneratorLambda
npm run buildcompile typescript to jsnpm run watchwatch for changes and compilenpm run testperform the jest unit testsnpx cdk deploydeploy this stack to your default AWS account/regionnpx cdk diffcompare deployed stack with current statenpx cdk synthemits the synthesized CloudFormation template