piotr-rzepa/cloud-resume-challenge ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple cloud resume website that looks like a real one page CV and is hosted securely on AWS.
I want a clean HTML and CSS frontend with a few sections like intro, work experience, skills, projects, education, certificates, and social links. Add a visitor counter on the page that updates every time someone loads it, and have that counter come from a backend API instead of browser storage.
Use AWS services for the backend, with a Lambda function in Python that reads and updates a DynamoDB counter through an API Gateway endpoint. The site should be served from S3 behind CloudFront, with direct public access blocked and HTTP redirected to HTTPS.
Please set up the infrastructure as code too, using Terraform and Terragrunt so the whole thing can be deployed cleanly. If it makes sense, include basic tests for the Lambda code and some kind of CI workflow for building and deploying everything. Look up current AWS docs online if you need to.
Are you gonna build this?
make sure you review the code using coderabbit