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.
npm 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
+---------------------+
| S3 Bucket |
| (Image Storage) |
+----------+----------+
|
v
+----------+----------+
| AWS Lambda |
| (Image Processing) |
+----------+----------+
|
v
+----------+----------+
| DynamoDB Table |
| (Image Labels Store)|
+---------------------+