I am new to aws services. We are having some ExpressJS Lambda projects created from CodeStar and are using default pipeline
(CodeCommit(source)-> CodeBuild(build&test)-> CloudFormation->(deployment)).
When we created project it deployed on Staging and Production. Now whenever we commit it does so. Now our problem is we need dev, qa, and production environment. At the moment we can manage with staging & prod. But I need a approval stage from staging to prod. But it auto deploys on both. I have searched a lot and visited many websites. But they only have diagrams showing CodeDeploy being used for deployment and in my case CodeFormation is being used. Didn't find some guide to integrate CodeDeploy.
I need help to maintain it from codecommit to stage to approval to prod.
Thanks