Just a static html site and a CDK deployment for AWS static site hosting.
npm i -g http-server
cd dikachu && http-server
- Register domain
- Create a public certificate for domain at AWS (Certificate Manager)
- Add AWS Account Id and domain to the cdk.json file and index.ts
- Deploy stack (
npm run build && npm run synth && npm run deploy
) - Set domain nameservers to point to AWS Route 53 (resource created on stack deploy)