Developer Tools

domoya
AWS Cloud Solutions Architect
1 min readAug 13, 2018

CodeStar: manage software development activities as a team

CodeCommit: secure, highly scalable, and private Git repository

CodeBuild: compile code, run test, produce package ready to deploy

CodeDeploy: automate software deployment to EC2, Lambda, on-premises

CodePipeline: continuous integration and delivery, model code release process to build/test/deploy every code change

Cloud9: cloud-based IDE (Integrated Development Environment) to write/run/debug code with a browser

X-Ray: analyze and debug applications to troubleshoot issues

--

--