Junior Aws Engineer
CurrentDuring this bootcamp I worked on following a devops approach to deploying CloudFormation templates. we used GitHub as our codebase following a feature -> develop -> release framework for deploying to our 3 environments (dev, pve and prod). Our AWS WorkFlow:create a feature branch based on the develop branchcreate CloudFormation templates using visual studio code and upload them to GitHubedit or create the code pipeline cft to point to the new files we created and create stages for the new templates.create a pull request to merge the feature branch into the develop branch requiring a teammates approval of the code.run a cli command to deploy the code pipeline update or to create a new code pipelineRelease the pipeline and if successful then merge the develop branch into the release branch and deploy the next environment