Welcome to My AWS Website

Hosted with AWS CDK, S3, and CloudFront

🚀 Getting Started

This is a basic website deployed using AWS CDK. The infrastructure includes:

  • Amazon S3 bucket for static file hosting
  • CloudFront distribution for global content delivery
  • Automated deployment pipeline

📝 What's Next?

You can customize this website by editing the files in the website/ directory:

  • index.html - This page
  • styles.css - Styling
  • error.html - Error page

🔧 Deployment

To deploy changes, run:

cdk deploy

Your changes will be automatically uploaded to S3 and distributed via CloudFront.