Create a serverless stack for implementing domain redirect on AWS without provisioning any machine.
- Create a public hosted zone in Route 53 for your domain.
cdk deploy -c hostedZone=aws.kane.mx -c targetHost=aws.kane.mx -c redirectHost=aws.amazon.com
cdk deploy -c hostedZone=aws.kane.mx -c targetHost=lambda.aws.kane.mx -c mode=lambda