AWS CDK TypeScript project
By:
Dingkun Yang
Posted:
Project Link: Click this link
This is a simple project for CDK development with TypeScript with AWS CDK and S3 bucket.
Features
- Use AWS Codewhisperer to create a new CDK project
- Create a S3 bucket with CDK
- Deploy to AWS using gitlab CI/CD with AWS CLI and masked variables on GitLab
Flowchart

Screenshots
In this project, as for education purpose, I used the following CodeWhisperer prompts to generate the code in typescript.
First, I asked CodeWhisperer what APPS we can create with AWS CDK with Amazon Q:
Then, since we want to create S3 bucket using AWS CDK, by just typing "create a s3 bucket with aws cdk" to codewhisperer, it generated the following code:
OR, on the code file, I can just comment and use code whisperer to generate the code:
S3 Bucket created using AWS CDK:
Using Gitlab CI/CD to deploy the code to AWS::