My Cloud Journey
Initially, I am running this on AWS
Initial Setup
Host site on S3
Use Route53 to link domain to S3 site
Create SSL certificate
Use CloudFront to deploy site using HTTPS
CV Subdomain Setup
Add CV subdomain in it's own S3 bucket
Use CloudFront to deploy CV site using HTTPS
Add 'A' record for CV subdomain in Route53 pointing to CloudFront deployment
Contact Form Setup
Add contact form to main S3 bucket
Edit Javascript file to include relevant details for contact form
Create Lambda function to take details from form
Use SES to send email with contact form details
Create API gateway to trigger Lamda function