https://github.com/khalefahmed/cdk-app
https://github.com/khalefahmed/cdk-app
aws aws-lambda cdk rekognition
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khalefahmed/cdk-app
- Owner: KhalefAhmed
- Created: 2024-12-09T19:24:44.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-09T20:37:00.000Z (6 months ago)
- Last Synced: 2024-12-28T07:38:42.219Z (5 months ago)
- Topics: aws, aws-lambda, cdk, rekognition
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```plaintext
+---------------------+
| S3 Bucket |
| (Image Storage) |
+----------+----------+
|
v
+----------+----------+
| AWS Lambda |
| (Image Processing) |
+----------+----------+
|
v
+----------+----------+
| DynamoDB Table |
| (Image Labels Store)|
+---------------------+