CDK app that detects whether an uploaded image contains a cat or not.
- AWS:
- Must have authenticated with Default Credentials in your local environment.
- Must have completed the CDK bootstrapping for the target AWS environment.
- Node.js + npm:
- Must be installed in your system.
npx projen install
npx projen deploy
-
Access the website by clicking the
<CLOUDFRONT_DISTRIBUTION_URL>
:✅ cdk-aws-cat-rekognizer-dev ✨ Deployment time: 390.01s Outputs: cdk-aws-cat-rekognizer-dev.WebsiteDistributionUrl = <CLOUDFRONT_DISTRIBUTION_URL>
-
Upload your image from the UI:
-
In AWS Console,
DynamoDB
➜idempotency-table-XXXXXXXX
: -
The DynamoDB table displays the cat detection result and S3 URL for unique uploaded images.
npx projen destroy