Skip to content

This project demonstrates the use of AWS CDK (Cloud Development Kit) to deploy an end-to-end image processing pipeline on AWS

Notifications You must be signed in to change notification settings

KhalefAhmed/cdk-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to your CDK JavaScript project

This is a blank project for CDK development with JavaScript.

The cdk.json file tells the CDK Toolkit how to execute your app. The build step is not required when using JavaScript.

Useful commands

  • npm run test perform the jest unit tests
  • npx cdk deploy deploy this stack to your default AWS account/region
  • npx cdk diff compare deployed stack with current state
  • npx cdk synth emits the synthesized CloudFormation template

Architecture Diagram

+---------------------+
|    S3 Bucket        |
|  (Image Storage)    |
+----------+----------+
           |
           v
+----------+----------+
|    AWS Lambda       |
|  (Image Processing) |
+----------+----------+
           |
           v
+----------+----------+
|  DynamoDB Table     |
| (Image Labels Store)|
+---------------------+

About

This project demonstrates the use of AWS CDK (Cloud Development Kit) to deploy an end-to-end image processing pipeline on AWS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published