Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.2 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.2 KB

cdk-aws-cat-rekognizer

CDK app that detects whether an uploaded image contains a cat or not.

Prerequisites

  • AWS:
    • Must have authenticated with Default Credentials in your local environment.
    • Must have completed the CDK bootstrapping process for the AWS environment where you intend to deploy the app.
  • Node.js + npm:

Installation

npx projen install

Deployment

npx projen deploy

Usage

  1. Access the website by clicking the <CLOUDFRONT_DISTRIBUTION_URL>:

    Deploy Application

  2. Upload your image from the UI:

    Upload Image

  3. In AWS Console, DynamoDBrekognition-table-XXXXXXXX:

    Persist Data

  4. You can find the link to the image you've just uploaded along with the info on whether it contains a cat or not.

Cleanup

npx projen destroy

Architecture Diagram

Architecture Diagram