Hello Team, Good morning.
I am having a bit of challenge executing this task. I would appreciate any help.
I have two AWS accounts, for production and dev environments. I have a domain (
example.com) in Route53 of the production account. However, I want to create a new stack and deploy to the dev environment. If the stack name is testing, it should create a record in the production environment as
testing.example.com, and then create a hosted zone in the dev account.
I am using TypeScript.