One way is to look at the AWS resources in the production AWS account and then create something similar in the development AWS account. AWS doesn’t provide a service for the above requirement.
But, AWS provides a feature called CloudFormer wherein an CloudFormation Template can be created from the existing AWS resources the production AWS account. And all the details of the AWS resources in the CloudFormation template. Then the template can be used to create similar AWS resources in the other account.
The catch is that CloudFormer is in Beta as of now and is not recommended for production purpose.
Hope this helps!
Check out the AWS training and learn more about it.