I am newbie to AWS bear with me any mistake. I have two aws accounts( let say "Developer", "Producer"). Developer has a code repo in his Codecommit repository. I want to commit changes to the Producer's account Codecommit repository. Is it possible to push the code from Developer's account to Producer's account repo directly or any easy way?.
I have read "https://docs.aws.amazon.com/codecommit/latest/userguide/cross-account.html" document but this is not exactly what I want. Please help me this was a headache for me so long.
To elaborate more I have following figure. whenever certain changes occur in the prod branch in the Developer account, It should be cloned to prod branch in the Production account see the figure