Developer Tools
Understand the various developer tools available on AWS.
We'll cover the following
CodeStar
It is used for creating, managing, and working with software development projects on AWS. This has a continuous delivery toolchain and you can deploy your code to AWS. This is primarily used to collaborate with other developers who are working on another project.
CodeCommit
It stores, maintains, and manages your code. Think about this as your code repository on the cloud.
CodeBuild
It builds and tests code in the cloud with continuous scaling.
CodeDeploy
It is a deployment service that automatically deploys your services onto an EC2 instance or Lamda.
CodePipeline
It is a continuous delivery service used to noddle, visualize, and automate the steps required to release your code.
X-Ray
It is used to debug request tracking. This can help in finding the root cause and performance bottlenecks.
Cloud9
It is a cloud-based integrated development environment (IDE) that lets you write, run, and debug your code with just a browser. This means as a developer you do not need to use an IDE on your machine; you can do it on AWS.
Get hands-on with 1400+ tech skills courses.