AWS CDK TypeScript project

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

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: CodeWhisperer Prompt 1

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: CodeWhisperer Prompt 2

OR, on the code file, I can just comment and use code whisperer to generate the code: CodeWhisperer Prompt 3

S3 Bucket created using AWS CDK: S3 Bucket S3 Bucket Object

Using Gitlab CI/CD to deploy the code to AWS:: Gitlab CI/CD